Top "Material-design" questions

Material design is Google's guide for visual, motion, and interaction design across platforms and devices, introduced with Android 5.0 Lollipop.

Android Material Design Button Styles

I'm confused on button styles for material design. I'd like to get colorful raised buttons like in the attached link., …

android material-design android-button
This Activity already has an action bar supplied by the window decor

Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying …

android android-actionbar material-design android-5.0-lollipop android-toolbar
Android "elevation" not showing a shadow

I have a ListView, and with each list item I want it to show a shadow beneath it. I am …

android material-design shadow android-elevation
How to implement endless list with RecyclerView?

I would like to change ListView to RecyclerView. I want to use the onScroll of the OnScrollListener in RecyclerView to …

android listview android-recyclerview material-design onscrolllistener
How to provide shadow to Button

As you can see in image, I want shadow behind a Button. I have created Button with rounded corners. But …

android material-design shadow
How can a divider line be added in an Android RecyclerView?

I am developing an android application where I am using RecyclerView. I need to add a divider in RecyclerView. I …

android android-recyclerview material-design
Where do I find a list of all mat-icons -- Angular

I started using <mat-icon> of angular-material and I wonder if there is any collection of the names of …

icons material-design angular-material
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
Coloring Buttons in Android with Material Design and AppCompat

Before the AppCompat update came out today I was able to change the color of buttons in Android L but …

android button android-view android-button material-design
Android button background color

I am trying to set the background color of a button in my app and I am unable to achieve …

android button material-design android-button