python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
adb shell cmd overlay resets to it's previous state (doesn't activate) after reboot
I'm trying to switch between gestural and threebutton navigation using
cmd overlay enable com.android.internal.systemui.navbar.gestural
and
cmd overlay enable com.android.internal.systemui.navbar.thre...

Sourabrt
Votes: 0
Answers: 1
Wrong ripple in material3 NavigationBar in Jetpack Composee
When I use Material3 NavigationBar in Jetpack Compose I get wrong rectangular ripple effect like this:
Material3 library version: 1.0.0-alpha06
Code:
NavigationBar(modifier = Modifier.navigationBarsP...

Renattele Renattele
Votes: 0
Answers: 3
Problem with Android Navigation: Multiple back stacks
My problem is when I try to change the fragment with the bottom navigation it works except in one case. I have 5 fragments, when I enter in the 3rd and after go to the 5th, the icon of the 5th don´t c...
Gray
Votes: 0
Answers: 1
How can I color the cutout/notch area with background color in non-full screen landscape mode in android jetpack compose
In landscape mode in Night mode cutout area is rendered white, how can I set the black(background) color to it? My app is not in fullscreen/immersive mode.
I want to color white color cutout strip in ...
Vidyesh Churi
Votes: 0
Answers: 1