habitica-android/Habitica/res/drawable/border_1f000000_white.xml
2022-11-22 15:48:15 +01:00

10 lines
247 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/colorContentBackground" />
<stroke
android:width="0.5dip"
android:color="#2f000000"/>
</shape>