Set SeekBar's progress color to transparent
问题 Here is a picture of what I want to accomplish, where there is no progress color (transparent), with a solid grey background bar: I tried android:progressTint="#00000000" But that sets the whole bar (progress bar AND the back bar) to transparent. I also tried: android:progressDrawable="@drawable/customseekbar" where customseekbar.xml: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@android:id/background" android