mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-07 20:18:15 +01:00
8 lines
237 B
XML
8 lines
237 B
XML
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@android:color/transparent"/>
|
|
<size
|
|
android:width="32dp"
|
|
android:height="32dp" />
|
|
</shape> |