habitica-android/Habitica/res/drawable/adventure_guide_menu_card_gray.xml
2020-06-05 11:26:44 +02:00

6 lines
No EOL
335 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<size android:width="24dp" android:height="80dp" />
<solid android:color="@color/gray_700" />
<corners android:topRightRadius="8dp" android:bottomRightRadius="8dp" />
</shape>