I want to hide bar and only want to show thumb. I did it with max-height=0dip but it did not completely work. I also want to set text on thumb and create thumb with multiple
Regarding removing the background, I managed to do this in the following way. Here, the blank drawable is a transparent png of 1x1 pixel
You can also change the drawable by using:
android:thumb="@drawable/icon"
To add text, I guess you'll have to create a custom component