Search code examples
androidprogressseekbar

Android: How to hide Seekbar progress?


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?


Solution

  • Add android:progressDrawable="@android:color/transparent" in the layout file