AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 401 forks source link

Unable to create a transparent background #90

Open srujanb opened 7 years ago

srujanb commented 7 years ago

I use this seekbar as a view that appears and hovers over a textVtiew only when the textView is tapped. I wanted a transparent background for the seekbar but seems its just not happening (background="#00000000" wont work). I'd suggest to add a field in xml which devs can set something lie app:background_alpha="0" to do as its name says.