<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@android:id/background" android:drawable="@drawable/custom_background1" /> <item android:id="@android:id/secondaryProgress"> <clip android:drawable="@drawable/custom_background2" /> </item> <item android:id="@android:id/progress"> <clip android:drawable="@drawable/custom_background3" /> </item> </layer-list>
create an xml file in drawalbe as above and in layout.xml using
android:progressDrawable="@drawable/music_volume_seekbar_style"
Do you mean this?
source share