Questions tagged [android-statusbar]

The status bar located on the top of the Android device screen. It displays system status icons and notification icons.

The status bar is the Android device screen area dedicated to the display of notifications, communication of device status. It displays pending notifications on the left and status, such as time, battery level, or signal strength, on the right. Swiping down from the status bar shows notification details.

This tag is to be used with tag.

392 questions
0
votes
0 answers

Using "window Translucent Status = true" and want to display Text View value just after action bar

I want to display my text just after the "Action Bar". Because I am using window translucent status therefore my text is appearing on "Status Bar".