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)
Show keyboard over Scaffold's bottomBar in Jetpack Compose and apply proper inset paddings
I'm using Scaffold for my main screen with a fixed bottomBar that is visible in every screen of the app, and I'm applying the innerPadding of the Scaffold to its content.
I want the keyboard to appear...
rewgoes
Votes: 0
Answers: 3
Replacement deprecated window.decorView.systemUiVisibility with WindowInsetsController
I have an Activity with container for fragments. Also, I have three fragment FragmentA, FragmentB, FragmentC.
When I navigate to FragmentC I want the translucent status bar to overlap the content. In ...
Pasha Oleynik
Votes: 0
Answers: 0