The Seekbars
got that blue progress indicator. In my case I just want to show a percentage progress in in a TextView
, so I don't need it.
How can I hide the blue indicator for the Seekbar
progress?
Add android:progressDrawable="@android:color/transparent"
in the layout file
just use
android:progressTint="@android/color:transparent"
it makes progress transparent.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With