Material Components for Android (MDC-Android) help developers execute Material Design.
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-chipsi 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-androidI 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-chipsIs 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-chipsI 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-snackbarI 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-androidI'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-sliderHow 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-chipsYesterday 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-sliderThis is my app theme: <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar"> I got an inflate error …
android android-layout kotlin material-components-android