Material Components for Android (MDC-Android) help developers execute Material Design.
After migrating a couple of my older projects over to AndroidX it as though three of my dependencies are deprecated: …
android android-support-library android-appcompat androidx material-components-androidI have the following CardView and I want to set different radius for each corner in the card. Is it …
android android-layout material-design android-cardview material-components-androidThe 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-componentsI am using MaterialCardView as my cardview layout. Now, Android-studio started showing me that instead of current implementation "com.google.…
android android-layout android-cardview material-components-android material-componentsI'm doing a list with Chips. I want this chips can be selected, so, taking a look to https://material.…
android kotlin material-components material-components-android android-chipsChip chip = new Chip(context); chip.setBackgroundcolor(getResources().getColor(R.color.blue)); The above line gives the error: java.lang.…
android material-components-android android-chipsI'm using the latest version of the com.google.android.material:material library (i.e. 1.1.0-alpha03) and I have a …
android material-components material-components-androidAlthough there is a similar question, it does not give me a solution. When I'm trying to use com.google.…
android floating-action-button material-components material-components-androidI am trying to add a badge to the BottomNavigationView Item without using any library, however somehow the BottomNavigationView is …
android android-layout bottomnavigationview material-components-android material-components