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

10 lines
326 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
id="@android:id/background"
drawable="@drawable/seek_bar_background"/>
<item id="@android:id/progress">
<clip drawable="@drawable/seek_bar_progress"/>
</item>
</layer-list>