Skip to main content

Questions tagged [material-design]

Material design is Google's guide for visual, motion, and interaction design across platforms and devices, introduced with Android 5.0 Lollipop.

material-design
1 vote
2 answers
34 views

Want to select only minutes and seconds in Flutter TimePicker

Is there any built in widget in 'material' flutter which allows us to select minutes and seconds in a rotating dial like manner, something similar to TimePicker widget (which only allows to select a ...
Param's user avatar
  • 11
1 vote
0 answers
16 views

Theming container element w/ Angular Material

Wondering if its possible to theme an html element as a material container, in this case an error container. From material docs: In that case setting the container theme, would also set the ...
lostintranslation's user avatar
1 vote
0 answers
43 views

Jetpack Compose RangeSlider crash for discrete values

I'm trying to use a RangeSlider to be able to select discrete values. The current data set I'm using comes from our backend with values in 15..50. It mostly works, except that two values on the slider ...
Makalaster's user avatar
0 votes
0 answers
82 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,232
1 vote
1 answer
31 views

Some Material icons are not rendering in my Angular project

In my Angular project, some Material icons don't seem to be rendering: <mat-icon>domino_mask</mat-icon> <mat-icon>hourglass</mat-icon> The other icons render normally. I have ...
maxime Lassort's user avatar
0 votes
2 answers
46 views

Does Angular Material 3 have css helper classes for margin/padding, flexbox, etc

Is there a built-in CSS helper classes for margin/padding, flexbox, etc. in Angular Material 3? I see that Vuetify, Tailwind, Bootstrap have lots of helper classes (e.g. px-4, ma-6, mx-auto, etc.). ...
Andrei's user avatar
  • 709
0 votes
1 answer
56 views

Upgrade Error && Thegetter 'subtitle2' isn't defined for the class 'TextTheme' || Member not found: 'MediaQuery.boldTextOverride'. material theme

Upgrade Flutter to the latest version but got this issue. try to delete the Android folder and then recreate it with the help of the flutter create . command but this issue is still not solved. also, ...
sonalika's user avatar
  • 175
-2 votes
1 answer
33 views

Change BottomSheetScaffold Max Width

BottomSheetScaffold has a max width of 640dp according to the Material specs: https://m3.material.io/components/bottom-sheets/specs But I need to implement it full-width, independently on the size of ...
Felipe Ribeiro R. Magalhaes's user avatar
1 vote
1 answer
47 views

Some Material Icons not working with Angular Material

I am trying to use the keep Material icon but it's not working. When I use the following HTML, i am able to see the first two icons, but not the keep one. I've noticed this issue with other icons, too....
Pytth's user avatar
  • 4,096
0 votes
0 answers
19 views

Using Material Design 3 (You) theme with PrimeReact?

now I use PrimeReact in my Next.js project and use theme of stylish of this PrimeReact components, as Lara, MD, MD-compat. But only it themes is preseted in PrimeReact. PrimeReact don`t have theme for ...
Влад Черешня's user avatar
0 votes
0 answers
54 views

Input jump on TextInputLayout from empty to filled state

I am using textInputlayout and textInputEditText from material design. Everything works fine until i use some of the custom fonts from the resource file. When user starts typing on the ...
MottaMaadi Bench's user avatar
1 vote
1 answer
40 views

Why is MaterialAutoCompleteTextView rendered differently than TextInputEditText?

I have a TextInputEditText and a MaterialAutoCompleteTextView inside a TextInputLayout: <com.google.android.material.textfield.TextInputLayout android:layout_width="match_parent" ...
user1785730's user avatar
  • 3,245
1 vote
1 answer
30 views

cradle fabAnchorMode didn't work when I add fabAlignmentMode into center

I want to make this FAB in the center of BottomAppBar Before center : But when I add app:fabAlignmentMode="center", the FAB went to center and the effect of app:fabAnchorMode="cradle&...
Wisnu's user avatar
  • 13
2 votes
0 answers
34 views

compose Scroll jumps up after navigating

https://github.com/android/nowinandroid/issues/936 I am encountering the same issue described here and am trying to fix it. I am using val scrollState = rememberLazyListState() at the top level to ...
chase's user avatar
  • 21
0 votes
2 answers
82 views

Android Bottom NavigationView taking too much height

I am not using any style/theme or any complex customization on it yet Bottom Navigation view is taking unexpected height, I am using wrap_content for height so got following output: <com.google....
CodingDevil's user avatar

15 30 50 per page
1
2 3 4 5
576