Top "Material-components-android" questions

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

Adjust icon size of Floating action button (fab)

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-icons
Toolbar overlapping below status bar

I 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-android
Material Design not styling alert dialogs

I'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-android
How to add cardview in layout xml in AndroidX

How 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-android
Implementing SearchView as per the material design guidelines

I 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-android
Round corner for BottomSheetDialogFragment

i 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-components
Android Circular Determinate ProgressBar

I 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-indicator
BottomSheetBehavior not in androidX libraries

I 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-android
Material design button with border

I 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