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.

Add Icons+Text to TabLayout

I am working on a screen which contains Three tabs I am trying to add an icon with My text …

android android-layout material-design android-tabs android-tablayout
Round corner for BottomSheetDialogFragment

i have an custom BttomSheetDialogFragment and i want to have round corners in top of Bottom View this is my …

android material-design bottom-sheet material-components-android material-components
how to set colored border on cardview

I am implementing card view but I can't find any border option to set a border on it. here is …

android material-design android-appcompat android-cardview
How to do the new PlayStore parallax effect

Does anyone know how can I achieve the new parallax scrolling effect - you can see the effect when you …

android android-layout android-animation material-design android-scroll
Passing data to mdDialog

Main listing page has edit button. Which opens details of the edited row. Way-1: Now, if I set "ctrl.parent.…

javascript angularjs modal-dialog material-design angular-material
Android change Material elevation shadow color

is it possible to change the shadow color produced by the xml elevation property? I want the shadow be dynamically …

java android xml shadow material-design
How to use input type file in angular material

How to use input type file in angular material Hi, I am using angular material for designing. when i go …

angular angular-material material-design
Horizontal and vertical alignment in materialize framework

How can I center the login box both horizontal and vertical? Here is my structure: <div class="container"> &…

html css material-design materialize
Is there specific number input component in Vuetify?

I've seen a component in Element UI for managing the amount of items, it's over here: https://element.eleme.io/#/…

javascript css vue.js material-design vuetify.js
How to programmatically add a submenu item to the new material design android support library

I am trying to add new menu items to a submenu in the new Material Design drawer panel. <android.…

android navigation-drawer material-design