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

11 lines
244 B
XML
Raw Normal View History

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2020-09-04 16:17:34 +00:00
<solid android:color="@color/content_background" />
<stroke
android:width="0.5dip"
android:color="#2f000000"/>
</shape>