habitica-android/Habitica/res/drawable/rounded_purple_dark_square.xml
2020-09-17 13:23:27 +02:00

16 lines
No EOL
360 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/background_brand" >
</solid>
<!-- Here is the corner radius -->
<corners
android:radius="5dp" >
</corners>
</shape>