Material Components for Android (MDC-Android) help developers execute Material Design.
The new floating action button should be 56dp x 56dp and the icon inside it should be 24dp x 24dp. …
android material-design floating-action-button material-components-android android-iconsI want to have appcompat v21 toolbar in my activity. But the toolbar I'm implementing is overlapping below status bar. …
android xml android-layout material-design material-components-androidI've added the appCompat material design to my app and it seems that the alert dialogs are not using my …
android material-design android-support-library android-appcompat material-components-androidHow to add cardview in layout xml in AndroidX After upgraded to AndroidX <android.support.v7.widget.CardView xmlns:…
android android-appcompat android-cardview androidx material-components-androidI have been looking for ways to implement a searchview in the activity toolbar (actionbar) as per the material design …
android material-design searchview material-components-androidi have an custom BttomSheetDialogFragment and i want to have round corners in top of Bottom View this is my …
android material-design bottom-sheet material-components-android material-componentsI want to create a Circluar Determinate ProgressBar, the kind which shows the Progress in the center of the Bar. …
android material-design android-progressbar material-components-android progress-indicatorI have a com.google.android.material.button.MaterialButton component in one of my layout file and I get this …
android material-components material-components-androidI was using the BottomSheetBehavior with the original support library: implementation 'com.android.support:design:27.1.1' When I migrated to …
android androidx bottom-sheet material-components-androidI know how to make Material Design button with color fill: style="@style/Widget.AppCompat.Button.Colored" And no-bordered transparent …
android button material-design android-button material-components-android