Skip to main content
0 votes
1 answer
497 views

I am trying to implement a swipe to dismiss feature in my app, and it works fine except for a small UI issue. When I swipe from end to start, I want the top front container to just decrease in size ...
Mervin Hemaraju's user avatar
0 votes
1 answer
928 views

With the new color contrast feature in android 15, I have now defined a new color palette for low, medium and high color contrast for both light and dark scheme. How can I apply this dynamically based ...
Mervin Hemaraju's user avatar
0 votes
1 answer
899 views

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,425
-1 votes
1 answer
40 views

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
  • 332
4 votes
0 answers
384 views

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
  • 351
1 vote
1 answer
634 views

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
187 views

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
1 vote
0 answers
50 views

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
105 views

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
792 views

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
477 views

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

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
386 views

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
4 votes
4 answers
5k views

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

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

15 30 50 per page