Top "Material-components" questions

Modular and customizable Material Design UI components.

Material Date Picker Custom Styling

i have used range date picker from google material with this library implementation 'com.google.android.material:material:1.2.0-alpha02' …

android material-design android-datepicker material-components material-components-android
How to use MaterialAlertDialogBuilder fine?

When i use dialog.builder the font size is correct but when i use MaterialAlertDialogBuilder the font size of body …

android android-alertdialog material-components-android material-components
How to get selected chips from ChipGroup?

I search a lot on internet but couldn't find the exact solution. Here is the link that i last tried …

java android material-components-android material-components android-chips
How to customize TextInputLayout when using a Material Design Theme?

I want to customize TextInputLayout's error text color. My app theme is based on one of the MaterialComponents themes namely …

android material-design android-textinputlayout material-components material-components-android