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

16 lines
353 B
XML
Raw Normal View History

2018-01-30 12:41:22 +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/yellow_10" >
</solid>
<!-- Here is the corner radius -->
<corners
android:radius="4dp" >
</corners>
</shape>