Can i create an activity with 2 status bar?
Can i put the status bar at the bottom of Activity?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The status bar is not part of the Activity. Of course, you can design your Activity UI to have 2 bars with all kinds of info, but I guess that is not what you mean?
Putting THE status bar (with the battery level, notifications etc.) on a different place seems rather hardcoded in the window manager/layouter to me and I think you cannot change this from within an Activity.