Android Seek Bar In Status Bar
I'm developing an android application where i want to add the volume control in Status Bar. Can i add a seek bar inside the Status Bar. I have worked with NotificationManager and
Solution 1:
Short answer: No.
Long answer: You can't add listeners to the widgets placed on the NotificationBar
. You can't try adding an Intent
to call an Activity
with dialog theme and have the seek bar there.
Post a Comment for "Android Seek Bar In Status Bar"