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

11 lines
347 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">
2018-06-14 16:13:08 +02:00
<solid android:color="#818181"/>
2018-06-08 20:05:24 +02:00
<size
2018-06-14 16:13:08 +02:00
android:width="6dp"
android:height="6dp"/>
2018-06-08 20:05:24 +02:00
</shape>
</item>
</layer-list>