Questions tagged [statusbar]

A status bar is an area typically found at the bottom of Graphical User Interfaces that provide information about the computer, the application or other applications.

2434 questions
30
votes
11 answers

How to set status bar background as gradient color or a drawable in Android?

I want to set status bar background as gradient theme also status bar and action bar color should same gradient drawable, as per documentation we can set color to status bar in API level 21 and above by using
Sushant Gosavi
  • 3,647
  • 3
  • 35
  • 55
30
votes
3 answers

Prevent status bar for appearing android (modified)

I am implementing a kiosk mode application and i have successfully made the application full-screen without status bar appearance post 4.3 but unable to hide status bar in 4.3 and 4.4 as status-bar appears when we swipe down at the top of the…
Abhimaan
  • 1,893
  • 2
  • 19
  • 26
29
votes
4 answers

What is the height of iPad status bar?

It is 20 pixels in iphones, but what is the height of status bar on iPad? I am thinking that it's 20 pixels because the views which I am making are of size 768 * 1004.
itsaboutcode
  • 24,525
  • 45
  • 110
  • 156
29
votes
4 answers

How to show an icon in the status bar when application is running, including in the background?

I want to put an icon in the status bar when ever my application is running, including when it is running in the background. How can I do this?
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
28
votes
9 answers

How do I prevent iOS 13's Dark Mode from changing the text color in my app's status bar?

My navigation bar has a white backgroundColor and my status bar uses the dark textColor. When a user changes the iOS theme to Dark Mode, the status bar changes to white text on a white background. As a result, I can't see anything. How can I disable…
EvGeniy Ilyin
  • 1,817
  • 1
  • 21
  • 38
28
votes
1 answer

New iOS 7 statusBar leaves a range 20px in apps compiled in Xcode 5

this week came out iOS 7 Beta , and whenever an update comes out these always have to update the apps for compatibility consetar some bugs. Well, I installed iOS 7 on my iPhone and apps principle worked perfectly, then installed Xcode 5 (preview)…
jucajl
  • 1,195
  • 3
  • 12
  • 29
27
votes
3 answers

How to remove progressbar in tqdm once the iteration is complete

How can I archive this? from tqdm import tqdm for link in tqdm(links): try: #Do Some Stff except: pass print("Done:") Result:…
request
  • 450
  • 1
  • 4
  • 10
27
votes
4 answers

CoordinatorLayout not drawing behind status bar even with windowTranslucentStatus and fitsSystemWindows

I am trying to draw views behind the status bar like this: I tried to produce this effect with the recommended techniques, but I get this: It's clear from the screenshot that none of my app content is being drawn behind the status bar. What's…
27
votes
9 answers

When using ActionMode, the status bar turns black on Lollipop

I have a status bar with the following in the theme set on it: