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

6 lines
325 B
XML
Raw Permalink Normal View History

2017-05-23 15:40:13 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-18 16:34:53 +00:00
<solid android:color="@color/background_red" />
2017-05-23 15:40:13 +00:00
<corners android:radius="@dimen/rounded_button_radius"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>