Top "Material-components-android" questions

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

bottomSheetDialogFragment full screen

What I'm trying to achieve is something like Instagram in-app web browser, used when you click an ad: what I …

android material-design bottom-sheet material-components-android material-components
Progress bar rounded on both sides in android

I am trying to create a custom progress bar in android. I have used the following xml file for it (…

android user-interface progress-bar android-progressbar material-components-android
How to change android button text color globally in theme

How can I change all my buttons text color? I know I can set the background color like follows : <…

android material-design android-button material-components material-components-android
Material design Spinner using TextInputLayout.OutlinedBox styling

I am currently using Material Design TextInputLayout OutlinedBox as shown below: <android.support.design.widget.TextInputLayout style="@style/Widget.…

android material-design android-textinputlayout material-components-android material-components
Issue: change border color or box stroke for unfocused TextInputLayout in android

I have a very specific issue for changing the outline of the textbox for TextInputLayout when it's unfocused. I can't …

android textview android-textinputlayout material-components-android android-textattributes
MaterialComponents theme alert dialog buttons

Recently I switched from support library to com.google.android.material:material:1.0.0 But now I have a problem, in this …

android material-design android-alertdialog android-styles material-components-android
Kotlin create a snackbar

We are trying to create a Snackbar. The code from a Java app was converted using the Java to Kotlin …

android kotlin material-components-android snackbar
Set com.google.android.material.chip.Chip selected color

How do I set the selected com.google.android.material.chip.Chip color? I don't want it to be the …

android material-design material-components-android android-chips
Can't change background color on MaterialButton without change colorAccent

Android Studio 3.2.1 Here my layout: <com.google.android.material.button.MaterialButton android:id="@+id/bittrexJsonViewButton" android:layout_width="0dp" …

android material-design android-button material-components-android material-components
Android material chip component crashing app. Unable to inflate xml

Tried Chip component from both support library com.google.android.support:design:28.0.0-rc01 and material com.google.android.material:material:1.0.0…

android android-support-library material-components android-chips material-components-android