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.

How to show Snackbar at top of the screen

As the Android documentation says Snackbars provide lightweight feedback about an operation. They show a brief message at the bottom …

android material-design android-snackbar
What is the difference between Action Bar and newly introduced Toolbar?

After Google introduced Material Design, I have heard about a new widget class called Toolbar. What is the Toolbar, and …

android android-actionbar material-design android-toolbar
How do I change the color of icon of the selected tab of TabLayout?

I'm using a TabLayout with a ViewPager and I'm wondering how I can most efficiently change the color of the …

java android mobile material-design android-tablayout
Display badge on top of bottom navigation bar's icon

I have implemented the bottom navigation view in my app and I have looked every where to display badges on …

android material-design bottomnavigationview
How to customize item background and item text color inside NavigationView?

I wanna achieve something like this shown in the Material Design Docs. colorControlHighlight is used for the Background on checked …

android material-design drawerlayout android-design-library navigationview
How to add multiple classes in Material UI using the classes props

Using the css-in-js method to add classes to a react component, how do I add multiple components? Here is the …

css reactjs material-design material-ui jss
Android How to implement Bottom Sheet from Material Design docs

How do you implement the bottom sheet specficiation? http://www.google.com/design/spec/components/bottom-sheets.html The new update …

android android-5.0-lollipop material-design floating-action-button
How to change background color of the snackbar?

I am showing snackbar in DialogFragment Within the Positive click of alertDialog. Here is my code snippet. Snackbar snackbar = Snackbar.…

android material-design android-dialogfragment android-snackbar
Android AppCompat 21 Elevation

Is there any way to add elevation to a View in pre-lollipop devices without wrapping them in a CardView?

android android-view material-design
Binding element 'index' implicitly has an 'any' type

Using the demo project of angular2-mdl as a guide I ported the tab component and tried to implement it …

angular typescript material-design angular2-mdl