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)
Change background color of Badge compose
The default color of the Badge is red , how to change this color in jetpack compose?
I am using Badge inside BagedBox and I have already tried Modifier.Background... but it is not working.
SAR
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
Not able to use rememberScaffoldState() in android compose Material3
I want to use
rememberScaffoldState()
in android material3 compose, but not able to use it.
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun AppFeatureScreen(viewModel: AppFeatureViewModel = ...
Vidyesh Churi
Votes: 0
Answers: 4
This material API is experimental and is likely to change or to be removed in the future. error in android when using new material3 card
How to set elevation for material3 card? I am using new material3 card and getting error
This material API is experimental and is likely to change or to be removed in the future.
Here is code ->
...
Vidyesh Churi
Votes: 0
Answers: 1