Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [material-design-3]

The tag has no usage guidance.

material-design-3
0 votes
0 answers
115 views

Angular Material 18 (Material Design 3) theming - get color from theme and write into a custom property

I use Angular Material 18 in my little pet project and have custom theme defined. I can access the variable and (for example) set it as a text:color like so: .some-selector { color: mat.get-theme-...
Mario B's user avatar
  • 2,252
-1 votes
1 answer
27 views

Getting the selected item from the dropdown does not work

I am using Material Dropdown in my android application. Everything works until I want to get the data from the dropdown. I want to get the data from the dropdown when the save button is clicked. I do ...
Adam's user avatar
  • 316
2 votes
0 answers
133 views

How to apply contrast to angular material theme m-3

I have some difficulty applying the contrast color to the new theming m-3. m-2 configuration allowed us to use contrast like this $mat-warn: ( 50: #fee8e7, 100: #fcc6c3, 200: #faa19b, 300: #...
Kemot 90's user avatar
  • 171
1 vote
1 answer
222 views

Warning message "Could not find Angular Material core theme" witn Angular 3, Angular Material and Angular Material Experimental

I've succesfully applied custom color palette with Material 3 and Angular Material Experimental, but I keep getting the warning in console "Could not find Angular Material core theme. Most ...
Gonzalo Unzueta's user avatar
0 votes
0 answers
129 views

Extendable quick settings tile

In Android 12L google added an extendable quick settings tile for internet(wifi and mobile data combined), for screen recorder, and for chromecast. And my question is, can developers themselves create ...
Dzheremi's user avatar
0 votes
0 answers
79 views

Creating Badge in Android Studio 2022.1.1 Patch 2 with Bottom Navigation Bar and etpack navigation component using Material Design 3

"Greetings everyone! Today, I am excited to share my exciting personal journey. While starting my app project, I ran into challenges while trying to create a Badge in Android Studio with Material ...
Paul Martin Cuba Núñez's user avatar
1 vote
0 answers
42 views

How to add background/highlight to call attention to the selected field in time picker input in Android ..?

I have used time picker from material design 3 :- https://m3.material.io/components/time-pickers/specs#e1dd4084-e5ff-45e3-8932-42ea605549b4 When I toggle the time picker from dial to input mode the ...
Shubham Sawant's user avatar
0 votes
0 answers
91 views

Rounded CircularProggresionIndicator

im trying to make my circular proggresion rounded as it should be https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#CircularProgressIndicator(androidx.compose....
Jozef Forgáč's user avatar
1 vote
1 answer
601 views

Material Design 3 MaterialSwitch used in include layout does not change visual state

The Material Design 3 MaterialSwitch used in include layout does not change visual state when tap or slide to the right. Condsider what happens, when I tap or slide the enabled Material Switch: ...
Bhoboco's user avatar
  • 13
0 votes
2 answers
444 views

flutter wont update widgets to material design 3

My flutter app wont use materal desing 3 after adding useMaterial3:true in theme I added the flag according to the the blog and material design website(flutter)
Kgotso Phiri's user avatar
3 votes
1 answer
2k views

How to use Material 3 Surface tones in Flutter?

In my application, I am using Material 3 for theming. I created a theme at Figma with Material Theme Builder and add generated code to my app. But there is something that I can not figure out how to ...
bahadir arslan's user avatar
1 vote
0 answers
372 views

Android Studio design view invisible when using certain Material 3 components

Recently I started using Material 3 Design components in my app. For some reason though, the design view goes invisible when using certain Material 3 components in my xml code. As soon as I delete ...
Blaupunkt's user avatar
  • 129
1 vote
3 answers
3k views

How to increase the track height of a slider in material design 3

@Composable fun SliderWithCustomTrackAndThumb() { var sliderPosition by remember { mutableStateOf(0f) } val interactionSource = MutableInteractionSource() val colors = SliderDefaults....
d-feverx's user avatar
  • 1,592
5 votes
0 answers
372 views

How to use opacity's theme tokens in Material Design 3

During theme's migration process I stuck with opacity's token in Material Design 3. I didn't find any in androidx.compose.material3. I'm looking for something like construction below I was used with ...
Sergei Bubenshchikov's user avatar
0 votes
1 answer
471 views

How to change the icon color of PopupMenu (Material Design 3 )in Android?

I am trying to implement a PopupMenu in my app following this example. It works, but I can't change the icon color. How would I achieve that? Meanwhile I could change the background color: <style ...
Mark Delphi's user avatar
  • 1,657

15 30 50 per page