Material design is Google's guide for visual, motion, and interaction design across platforms and devices, introduced with Android 5.0 Lollipop.
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-stylesI 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 flagsI am using material Date Time picker for my Android app. But I want to combine the Date and Time …
java android kotlin material-design datetimepickerI need to divide elements in RecyclerView on groups with titles (like in the Inbox app on the picture below) …
android material-design android-recyclerviewDo 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-materialI need to change the navigation bar on android. Just like the 'light' variant on the right in the image …
android material-designIm 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-uiI 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-materialI'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-uiFrom 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