Questions tagged [material3]
127 questions
0
votes
0 answers
how to implement material3 fading views in Android UI
how to implement fading or blur UI parts like BottomAppBar or AppBarLayout in android application? it seems it came from Material Design 3 with Compose.
Apps below are using this feature. the first picture is from Youtube application and the second…

Niloofar Hakkaki
- 151
- 12
0
votes
0 answers
When overriding the TextTheme without any changes, the text color gets updated to color white in the light theme
I want to extract the TextTheme customization in it's own class so I have a single point where I configure the text.
In this class I have tried the following with the same result:
var lightTextTheme =Typography().black.copyWith();
var darkTextTheme…

Răzvan Puiu
- 671
- 1
- 6
- 24
0
votes
0 answers
Modify the minimum height of ListItem in Jetpack Compose Material 3
The minimum height of ListItem in Material 3 is 56.0.dp.
minHeight = ListTokens.ListItemContainerHeight,
How can I change this height?

gaohomway
- 2,132
- 1
- 20
- 37
0
votes
1 answer
Material3 checkbox android cannot customize button
How to customize checkbox's button in material3 android? I've tried this :
//ic_checkbox.xml
-

zihadrizkyef
- 1,849
- 3
- 23
- 46
-1
votes
0 answers
jetpack compose material 3 search bar
I'm trying to use the search bar from Material Design 3 in Android Studio, but I'm unable to import it, it is like doesn't exist. Can anyone help me fix this issue or explain why it's happening, please?
I am looking to define the problem or if it is…

H M Z
- 11
- 2
-1
votes
1 answer
Fluuter: Material3 App Bar shows no color, only white
I am starting to use Material 3 for flutter.
However, even when use the basic counter app that is as default, when I add:
useMaterial3: true,
The app bar goes white, with no background. Even when I set : colorSchemeSeed
Here is my code:
// This…

RJB
- 1,704
- 23
- 50