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.

NestedScrollView and CoordinatorLayout. Issue on Scrolling

I have a strange issue with the CoordinatorLayout and the NestedScrollView (with the design support library 22.2.0) Using a content smaller …

android material-design android-support-library android-design-library android-coordinatorlayout
Android Material Design profile page

I'm new to android and material design. Could some one please help me point to any websites that help me …

android material-design android-coordinatorlayout
How to set default value in material-UI select box in react?

I am using Select box from material-ui I want to show "select the value" option by default selected but after …

reactjs react-redux material-design material-ui jss
How to change the size of menu item icon in NavigationView?

I have the following menu item: <item android:id="@+id/lock" android:checkable="true" android:title="@string/lock" > &…

android material-design navigationview
Change the TextInputLayout outline color

I'm trying to customize a TextInputLayout with material style. I managed to set the focused state to the colors I …

android material-design android-styles android-textinputlayout
Material design component "is not a known element" in Angular2

I have a hybrid Angular1 and Angular2 application. In one of the Angular2 components that I route to, I want …

angular material-design angular-material2
How can I modify ripple color when using ?attr/selectableItemBackground as background?

I've seen some SO questions and they gave some possible methods to achieve what I want. For example: Use colorControlHighlight …

android android-layout android-5.0-lollipop material-design android-appcompat
Add elevation/shadow on toolbar for pre-lollipop devices

I updated my android app to the new material design, but I also wanted to add some shadow or elevation …

android xamarin.android material-design android-toolbar
Correct usage of a Spinner, following material design guidelines

After reading the new design guidelines of Google's material design, I didn't found any clear solution for designing/displaying a …

android drop-down-menu spinner android-spinner material-design
How to change color of hamburger icon in material design navigation drawer

I am following this example http://www.androidhive.info/2015/04/android-getting-started-with-material-design/ and in this example it is showing hamburger icon white,…

java android user-interface material-design navigation-drawer