mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 02:45:11 +01:00
13 lines
380 B
XML
13 lines
380 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval"
|
|
android:thicknessRatio="2">
|
|
<solid android:color="@android:color/transparent" />
|
|
<size
|
|
android:height="25dp"
|
|
android:width="25dp" />
|
|
<stroke
|
|
android:width="2dp"
|
|
android:color="?colorAccent" />
|
|
</shape> |