habitica-android/Habitica/res/drawable/rounded_yellow_10_square.xml
2018-01-30 13:41:22 +01:00

16 lines
No EOL
353 B
XML

<?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>