python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Drawer usage in Compose Material3
Is there a way to have the menu overlap the header and footer here?
I am using androidx.compose.material3.Scaffold and NavigationDrawer.
It seems like the Scaffold's drawer slot is removed - https://a...
Gabor
Votes: 0
Answers: 2
How to handle Shape when creating a theme for Material Design 3 for compose
I currently have an app written in jetpack compose which uses Material-Theming-Support from androidx.compose.material:material.
from / import androidx.compose.material.MaterialTheme
@Composable
fun M...
m.reiter
Votes: 0
Answers: 1
How to show time picker with Jetpack compose?
How to show material time picker using jet compose?
implementation 'androidx.compose.material3:material3:1.0.0-alpha02'
implementation 'com.google.android.material:material:1.6.0-alpha01'
I got an e...

Bolt UIX
Votes: 0
Answers: 1