<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>
создать XML-файл в drawalbe, как указано выше, и в layout.xml, используя
android:progressDrawable="@drawable/music_volume_seekbar_style"
Вы имеете в виду это?