mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 08:40:00 +00:00
11 lines
237 B
XML
11 lines
237 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle">
|
||
|
|
|
||
|
|
<solid android:color="@color/transparent" />
|
||
|
|
|
||
|
|
<stroke
|
||
|
|
android:width="0.5dip"
|
||
|
|
android:color="#1f000000"/>
|
||
|
|
|
||
|
|
</shape>
|