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

11 lines
361 B
XML
Raw Normal View History

2018-06-08 20:05:24 +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">
<solid android:color="@color/fdroid_green"/>
<size
android:width="10dp"
android:height="10dp"/>
</shape>
</item>
</layer-list>