Modular and customizable Material Design UI components.
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-androidIs 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 have been working with BottomNavigationBar in the flutter, but I am not able to select a Tab programmatically outside …
dart flutter bottomnavigationview material-componentsHow 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-sliderI'm trying to add BottomNavigationView to my layout with this library: implementation 'com.google.android.material:material:1.0.0' This is …
android bottomnavigationview material-componentsThe new material button from Google is really nice. According to the documentation, we can set an icon who's shown …
android material-design android-button material-components material-components-androidI'm using the new material components com.google.android.material:material with android x but I can't set a custom …
android material-design android-button material-components-android material-components