what-the-bank/resources/res/drawable/seek_bar_thumb.xml

13 lines
334 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<corners radius="20dp"/>
<size
height="25dp"
width="25dp"/>
<solid color="#7631c1"/>
</shape>
</item>
</layer-list>