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 use android:Theme.Material (Material theme) in styles.xml android?

In my application, I am trying to implement android:Theme.Material as a parent theme in styles values-21 folder: <!…

android material-design android-appcompat android-theme android-styles
Material design layout_scrollFlags meanings

I find out that we can use cool flags that scroll both toolbar and even content by using layout_scrollFlags. …

android android-layout scroll material-design flags
Android Date Time picker in one dialog

I am using material Date Time picker for my Android app. But I want to combine the Date and Time …

java android kotlin material-design datetimepicker
Divide elements on groups in RecyclerView

I need to divide elements in RecyclerView on groups with titles (like in the Inbox app on the picture below) …

android material-design android-recyclerview
How to translate mat-paginator in Angular 4?

Do you have any ideas how can I translate "Items per page" in Angular's mat-paginator tag? The mat-paginator is an …

angular material-design angular-material
Change navigation bar icon color on Android

I need to change the navigation bar on android. Just like the 'light' variant on the right in the image …

android material-design
How to make the whole Card component clickable in Material UI using React JS?

Im using Material UI Next in a React project. I have the Card component which has an image(Card Media) …

javascript css reactjs material-design material-ui
Trying to have a grid of card with angular material

I have been trying to have a grid of card using angular-material. So I am using the directives md-grid-list and …

angularjs material-design grid-layout angular-material
How to use material-ui framework?

I'm planning to use Material-UI CSS framework (http://material-ui.com) in order to design front-end of a website, but I …

material-design material-ui
Material Design backward compatibility

From examples provided on the Android Developer pages I see that new Views, like the RecyclerView, are backward compatible (android.…

android android-5.0-lollipop backwards-compatibility material-design material-theme