BobStore/app/src/main/res/drawable/seekbar_thumb.xml

11 lines
355 B
XML
Raw Normal View History

2018-06-08 19:23:29 +02:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<size
2019-10-29 01:51:54 +09:00
android:width="20dp"
android:height="20dp" />
<solid android:color="@color/fdroid_green" />
2018-06-08 19:23:29 +02:00
</shape>
</item>
</layer-list>