material-you Questions
4
After implementing the Splash Screen API as indicated by Android documentation (also this and this), the launch activity (which goes right after the splash screen) does not have dynamic color themi...
Overby asked 26/6, 2023 at 21:43
3
Solved
Currently, I am migrating one of my apps to Material Design 3 which is entirely written in Kotlin using Jetpack Compose.
While using Material Design 2, I was able to change the emphasis of the text...
Abridgment asked 10/6, 2022 at 12:8
4
Solved
The new 'Material Design 3 top app bar' docs says they got rid of the drop shadow.
How can I enable it? Setting elevation on Toolbar or AppBar does not work at all.
Laguna asked 18/3, 2022 at 13:53
1
While using the view-based system, we can harmonize a color using the below code.
MaterialColors.harmonizeWithPrimary(context, colorToHarmonize)
In a project that is fully migrated to Jetpack Comp...
Cathouse asked 27/8, 2022 at 10:48
4
Solved
I have two apps containing a preference section, and i'm using the preference library, the latest version available at the time of writing:
implementation "androidx.preference:preference:1.2....
Fishmonger asked 10/1, 2022 at 9:15
5
Solved
When I`m trying to force NavigationBar to be MaterialTheme.colorScheme.surface color(see Material 3 Guidelines), background color of app and color of NavigationBar differs. Example: color of Naviga...
Soniferous asked 1/2, 2022 at 14:49
2
Solved
So i'm updating my apps to fully support Monet and Material You guidelines, and the official site mentions a new design for the switches. I used it, and that's the result:
I have a preference scre...
Siberia asked 7/9, 2022 at 16:56
3
Solved
In official Material Design 3 resources (e.g. the Figma design kit), there have been many references to colors called "Surface at +x". These colors are the surface color mixed with x% of ...
Faery asked 19/1, 2022 at 18:16
2
Solved
I want to change the color of the selected area in the bottom navigation view material 3, but the color does not change in any way. I've tried selector, background, background Tint, and styles. All...
Lightning asked 17/12, 2021 at 19:3
2
So, my boss asked me to analyze how to implement Material You colors starting from Android 12. I've been researching for it and every blog of every page about "how to do it" tells you tha...
Manicure asked 29/12, 2021 at 13:56
3
Solved
I recently noticed that my live wallpaper apps are crashing when users try to set the newly introduced "Theming Icons" functionality on Android 12. This new functionality calculates a pal...
Butyraldehyde asked 16/11, 2021 at 0:4
1
Solved
I can't find anything about that online, no documentation, nothing. Maybe one of you know how to do it or have got some advice for me.
Thank you in advance.
Fluorine asked 1/11, 2021 at 17:13
1
Solved
On Android 12,
If we open an activity
Go to the home screen of the phone to change the wallpaper
Switch back to our activity, the activity restarts.
It seems it is related to the Material You ...
Nephogram asked 27/10, 2021 at 15:54
1
© 2022 - 2025 — McMap. All rights reserved.