Android Seek Bar in status bar

I am developing an Android application where I want to add a volume control to the status bar. Can I add a search bar in the status bar.

I worked with NotificationManager and I found that adding animation is difficult in the notification bar.

But can anyone suggest if I can add a search bar to my status bar (notification bar).

+4
source share
1 answer

Short answer: None.

Long answer: you cannot add listeners to widgets located on the NotificationBar . You cannot try to add an Intent to invoke an Activity with a dialogue subject, and there is a search bar there.

+4
source

All Articles