Material Components for Android (MDC-Android) help developers execute Material Design.
I want to add suffix to TextInputLayout. An example is taken from the material.io Are there any standard solutions?
android android-textinputlayout material-components material-components-androidI am using Material Components for creating the Choice chip. I have followed https://material.io/develop/android/components/chip/ …
android material-components-android material-components android-chipsfab.setBackgroundTintList(ColorStateList.valueOf(ContextCompat.getColor(PrivateDealActivity.this, R.color.colorWhite))); This is not working. How to change background color …
android material-design floating-action-button material-components-android material-componentsi 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-androidI want to change the date picker of my project to the date picker provided by the Material Components for …
java android material-design androidx material-components-androidUsually icons are set for floating action buttons, but I need to set an image, so I can make a …
android material-design android-button floating-action-button material-components-androidWhen 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-componentsIn my android project in xml I try to use com.google.android.material.textfield.TextInputEditText like this: <com.…
android material-design androidx android-support-design material-components-androidI 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-chipsI have a bottom sheet that should go between 2 states, STATE_COLLAPSED and STATE_EXPANDED when it's collapsed the hight …
android material-components-android