mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
8 lines
235 B
XML
8 lines
235 B
XML
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
<size
|
||
|
android:width="24dp"
|
||
|
android:height="24dp" />
|
||
|
<solid android:color="@android:color/transparent" />
|
||
|
</shape>
|