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.

Recycler view click animation

I'm trying to add some click animation as shown here to my recycler view but unsuccessfully. Here's some of my …

android android-recyclerview material-design android-cardview ripple
How to achieve a full-screen dialog as described in material guidelines?

Material guidelines describe the behavior of a full-screen dialog. Full-screen dialog | Dialogs - Material Design How can I achieve this …

android android-layout dialog material-design fullscreen
How I can remove the unnecessary top padding of the Navigation view?

There's an unnecessary top padding between the header and the first item shown in this picture. How it can be …

android material-design android-support-library android-design-library android-navigationview
Disable icon colorStateList in NavigationView

In my app today I have icons which doesn't just have a single color, but in some cases two colors …

android material-design android-design-library android-navigationview
Android Toggle Button - Material Design

How do I implement the Toggle Buttons as specified in Material Design guidelines here? Is it available out of the …

android button material-design android-button android-togglebutton
Are Activity/Fragment Transitions compatible with pre-Lollipop devices?

I'm trying to make an Activity Transition using Shared Elements on a pre-Lollipop device (4.x). Is it possible? So far, …

java android material-design activity-transition shared-element-transition
Android Material default colors

I want to have colors for specific card states. I want to be able to reset it to its default. …

android colors material-design android-cardview
How can I place a ProgressBar at the right of the Toolbar?

With the new Lollipop API, we have to use a Toolbar if we want to personalize the action bar aspect. …

android android-layout android-5.0-lollipop material-design android-toolbar
Relation between dp - sp and PX

I am not asking what is the difference between dp,sp and px. I am designing a website based on …

css html pixels material-design