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

15 lines
342 B
XML
Raw Normal View History

2020-03-18 14:18:59 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- view background color -->
<solid
2020-04-03 13:36:37 +00:00
android:color="@color/brand_400" >
2020-03-18 14:18:59 +00:00
</solid>
<!-- Here is the corner radius -->
2020-04-03 13:36:37 +00:00
<corners android:radius="8dp">
2020-03-18 14:18:59 +00:00
</corners>
</shape>