Top "Material-components" questions

Modular and customizable Material Design UI components.

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 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 programmatically select BottomNavigationBar Tab in Flutter instead of built in onTap callback?

I have been working with BottomNavigationBar in the flutter, but I am not able to select a Tab programmatically outside …

dart flutter bottomnavigationview material-components
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.bottomnavigation.BottomNavigationView

I'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-components
Material Button with icon on the right

The 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-android
Can't use android:background with button from the new material components

I'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