habitica-android/Habitica/res/drawable/layout_top_rounded_bg.xml

6 lines
394 B
XML
Raw Normal View History

2017-10-17 17:18:34 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-04 16:17:34 +00:00
<solid android:color="?attr/colorContentBackground" />
2017-10-17 17:18:34 +00:00
<corners android:topLeftRadius="@dimen/rounded_button_radius" android:topRightRadius="@dimen/rounded_button_radius" />
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>