Skip to main content

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.

-1 votes
0 answers
43 views

How to Get the Available Status Bar Width (Or Frontmost App's Menu Bar Width Equivalently)?

Swift is needed, and I can't use Objective-C. I'm developing a menu bar management software and I'm struggling with getting informed of the available width of the status bar, as I'm showing some width ...
KrLite's user avatar
  • 11
0 votes
0 answers
61 views

How to display react native expo app in full screen without statusbar

I tried to make a modal like a dynamic island which displays errors and messages. When I tried to display the react native expo app in full screen by hiding the statusbar, the content of the statusbar ...
Hypercodez's user avatar
0 votes
0 answers
25 views

Put information in the statusbar of apple watch

I am trying to make use of the statusbar of the Apple Watch. Right now, it shows a semi-transparent bar with only the time on the right side. The rest of the bar is just wasted empty space. And ...
fishinear's user avatar
  • 6,292
0 votes
0 answers
22 views

React Native StatusBar is hidden but still showing whitespace

I have set StatusBar, StatusBar.currentHeight = 0; StatusBar.setHidden(true, 'none'); and this gives me, I want to set header's height including status bar whitespace with Linear Gradient background ...
Saurabh D Vyas's user avatar
0 votes
0 answers
27 views

Placing a button on the status bar

I want to place a invisible button behind the display cutout on the status bar. I don't want to display a notification to the user like other codes but an invisible button on the status bar.I have ...
Siona Kulkarni's user avatar
0 votes
0 answers
25 views

How to stop statusbar flashing during OnHScroll of CDialog

I have a CStatusBar at the bottom of my dialog. And during OnSize and OnHScroll I call a function called MoveStatusBar. When it is called from OnSize I pass the value false to stop redrawing. Function:...
Andrew Truckle's user avatar
0 votes
0 answers
36 views

Not able to change the color of status bar in android studio latest

I am trying to change the color of status bar. I have tried using the android:statusBarColor tag in themes.xml file but nothing is happening. I have tried the android:statusBarColor tag in themes.xml ...
Yash's user avatar
  • 1
0 votes
0 answers
30 views

Drawing content over status and navigation bars in android

How can I display my content over the status and navigation bars in Android 11 (API 30)?? I've used: getWindow().setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams....
mynameisnotmyname's user avatar
0 votes
0 answers
48 views

Transparent status bar color Android and React Native hybrid app

Background I have an app that is composed of Android and react native. Issue When I set the status bar colour to translucent, the toolbar on the native screens overlap the status bar. Setting ...
user2023's user avatar
1 vote
1 answer
62 views

How to create a custom dialog on hover over a status bar item in Visual Studio Code

I'm developing a Visual Studio Code extension and in this context I'm using the status bar api to create a status bar item. The API is relatively basic, it just provides a tooltip property as an ...
Alex's user avatar
  • 23
0 votes
1 answer
60 views

Update Android icon notification in Statusbar regarding a process like download or export on Android 13

I have an export progress in my app and I want to update the icon according to my export progress in the Statusbar. I have implemented it like below and it works: private fun buildExportNotification():...
WhoisAbel's user avatar
  • 1,639
0 votes
1 answer
83 views

How to hide Status Bar without change position of app screen

I use react native to develop my app. I want to show Image full screen but my code let Screen of my app change position when status bar hidden. const myApp = () => { const [hiddenStatusBar, ...
HTL's user avatar
  • 59
0 votes
1 answer
25 views

How to toggle system bars immediately

Whenever I toggle the system bars by calling setSystemUiVisibility(int), they properly toggle, but they have a small delay of about 200ms before starting the fade animation, and this somewhat ...
Callum Rodgers's user avatar
0 votes
1 answer
42 views

Semi-transparent background of toolbar and statusbar

Hello According to the image above, I want to make my toolbar and status bar white so that the background can be seen enter image description here enter image description here
Matin Javid's user avatar
-1 votes
1 answer
152 views

Stop tableView scrolling under status bar (Swift 5, Xcode 15)

I have a tableView inside -> navigationViewController -> tabBarController. The tableView keeps scrolling under the statusBar no matter what I do. I like it to stop underneath the status bar. ...
S. Gissel's user avatar
  • 2,472

15 30 50 per page
1
2 3 4 5
164