Material Components for Android (MDC-Android) help developers execute Material Design.
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-componentsI 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-androidHow 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-androidI 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-componentsI 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-textattributesRecently 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-androidWe are trying to create a Snackbar. The code from a Java app was converted using the Java to Kotlin …
android kotlin material-components-android snackbarHow 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-chipsAndroid 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-componentsTried 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