Android Seek Bar in Status Bar

不羁的心 提交于 2019-12-10 17:16:32

问题


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 i've found that adding animation is difficult in Notification bar.

But can anyone please suggest if i can add a seek bar in my Status Bar(Notification bar).


回答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.



来源:https://stackoverflow.com/questions/3734197/android-seek-bar-in-status-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!