python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Status bar and App bar layout transparent?
I'm copying the ui of the Keep Notes app and I want to make a transparent status bar and something like a search bar that hides when scrolling through the list.
First of all, I tried to make the Stat...
Зелимхан Магомадов
Votes: 0
Answers: 0
Flutter Status Bar transparent
How can I make the status and the option bar (on the bottom) transparent?
I tried many thinks but its still black with white text
Here is the code that I already implemented:
Future main() async {
...
Caspar Bm
Votes: 0
Answers: 3
How to hide status bar and make content appear behind on every device?
Goal
I'm trying to hide status bar and make content appear behind it.
What I have tried
On the phone I'm currently developing (Samsung Galaxy S9+), I managed to make it work with this function
pub...
Larvouu
Votes: 0
Answers: 1
Is Clearing WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS flag now unnecessary for setting status bar in android?
https://developer.android.com/reference/android/view/Window#setStatusBarColor(int)
Documentation above says that we need to clear WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS flag to set status ...
박찬준
Votes: 0
Answers: 0