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

15 lines
384 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
android:color="@color/brand_300" >
</solid>
<!-- Here is the corner radius -->
<corners android:bottomLeftRadius="4dp" android:bottomRightRadius="4dp">
</corners>
</shape>