Questions tagged [material-you]

Use this tag for Material You or Material Design 3 related questions. https://m3.material.io/

44 questions
0
votes
0 answers

How to change the blue color in Google Web apps such as Gmail?

After Google has introduced Material 3 to Google Web Apps such as Google Docs, Drive and Gmail, everything in Google was in ugly blue (such as…
0
votes
0 answers

Update / Change Android 12+ Monet/Material You dynamic colors programatically

Is there an API which can change or force update the Android 12 Monet / Material You dynamic system wide colors? I haven't been able to find any solution. There are apps, such as Repainter, or LWP+, which do this, however they are closed source. My…
Makalone LOgman
  • 948
  • 1
  • 12
  • 25
0
votes
0 answers

Material 3 NavigationBar change colorElevation on navigationBar

I have a NavigationBar in Scaffold, but its color elevation is 1.dp or 2.dp, but not 3.dp. Scaffold( content = { padding -> Box(modifier = Modifier.padding(bottom = padding.calculateBottomPadding()))…
0
votes
0 answers

How to use Material You 3.0 dynamic colors for android 12 and higher, and normal theme coloring for older phones on the same app?

how to use Material You 3.0 dynamic colors for android 12 and higher, and normal theme coloring for older phones on the same app? I am creating an app, made with material You 3.0, and it works beautifully with dynamic colors on Android 12 and…
macizett
  • 23
  • 4
0
votes
0 answers

Need help implementing the slider as in the new Android 13 media player via Jetpack Compose

Is there a way to set the stroke of bezier curves in android canvas? And also how do I animate the shift of slider track. Image of the desired slider. I opened the Material 3 slider implementation in Jetpack Compose. And there you can change the…
0
votes
1 answer

How to enable Material You icon for Android for my MAUI app?

I want those icons that change the background and foreground color based on your Material You color scheme. How do I do this? Playing around with the default .NET 7 app. I tried changing AndroidManifest.xml to
Lily Remigia
  • 41
  • 1
  • 5
0
votes
1 answer

Why my Color theme defined in theme.kt isn't showing in my physical device (debugging)

I've defined my theme for the app to dynamic color (Material You). But whenever I run the app in my physical device, which supports Material You and it's turned on from settings, it don't follow the theme. All elements are in purple, even when…
0
votes
0 answers

How to set status bar color to the same color than the app bar color?

I'm new to Android development. I use jetpack compose. The TopAppBar color elevates as you scroll. That's fine, but I also want to elevate the status bar at the same time to the same color. For example, Google clock app has the feature I want to…
0
votes
1 answer

How to transpile web components coded typescript and scss to javascript and css in Material You (Material Design 3)

Material Web with Material Design 2, I could use web components like mwc-button, by importing module from unpkg or transpiling (or bundling) to a JavaScript file (ex. mwc-bundle-button.js) from the NPM package.