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 set the date in materialize datepicker

I am using materializecss.com Datepicker. When i try to set date with jquery, the date doesn't get set. Here …

javascript jquery datepicker material-design
how to highlight the selected Item of Recycler View?

I have a Recycler View with the Images loaded from the Internal Storage. I want to Highlight the selected item …

android material-design android-recyclerview
Flutter: Setting the height of the AppBar

How can I simply set the height of the AppBar in Flutter? The title of the bar should be staying …

dart material-design flutter
Android L's Ripple Effect - Touch Feedback for Buttons - Using XML

I am trying to understand how to implement the "Ripple Effect - Touch Feedback" for buttons and other views. I …

android xml android-5.0-lollipop material-design rippledrawable
How can I change the NavigationView's item text size?

Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which …

android navigation-drawer material-design androiddesignsupport
What's the "accent color"?

Either my English is not good enough or I just do not get it, but could anybody please explain to …

android material-design
FloatingActionButton with text instead of image

I'm trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the …

android material-design android-support-library floating-action-button
android.support.v4.widget.CircleImageView does not work

when I try to use : android.support.v4.widget.CircleImageView <android.support.v4.widget.CircleImageView android:id="@+id/picture" …

android geometry material-design
Angular material design - how to add custom button color?

I want to add my own custom colors, similar to "primary", "warn" etc. For example, I added a class for …

angular material-design angular-material2
Where should 'app:layout_behavior' be set?

Should it be set at the AppBarLayout sibling's parent or at the first Scrollable View inside its sibling? With Material …

android android-layout material-design android-coordinatorlayout vertical-scrolling