Top "Material-components-android" questions

Material Components for Android (MDC-Android) help developers execute Material Design.

How to add chips from Material Components library to input field in android?

I've seen that in android-P google add new material components library which contains material chips: Material components for android Material.…

android material-design material-components-android material-components android-chips
Android Date Picker Material Style

i have implemented the date picker on my fragment, this is the code: edittext_from.setOnClickListener(new OnClickListener() { @Override public …

android datepicker material-design material-components material-components-android
Android material chips

I want to implement an autocomplete edittext with chips in my application and I want to do it in a …

android material-design android-design-library material-components-android android-chips
Android Chip Custom Height Or Padding - Chipgroup spacing

Is there a way to change default material Chip vertical padding or height? From the docs I see there surely …

android material-design material-components-android material-components android-chips
Style SnackBar in theme app

I need help. How can I change the design of the text in snackbar in styles app? The change in …

android styles material-components material-components-android android-snackbar
BottomNavigationView using androidx

I have created some app and I had like to insert to it a BottomNavigationView. The code worked perfectly however …

android androidx bottomnavigationview material-components material-components-android
How to show tick marks for Discrete Slider?

I'm trying to style a seekbar/slider like the one labeled Discrete Slider - Click (that has the little tick …

android material-design seekbar material-components-android android-slider
ChipGroup single selection

How can I force a ChipGroup to act like a RadioGroup as in having at least one selected item always? …

android material-components material-components-android android-chips
Implementation of Google design guidelines for Sliders

Yesterday I was looking for sliders in Android and found this website with the Google search: https://material.io/guidelines/…

android android-seekbar material-components material-components-android android-slider
Error inflating class com.google.android.material.textfield.TextInputLayout

This is my app theme: <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar"> I got an inflate error …

android android-layout kotlin material-components-android