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.

Rounded corners on material button

I'm following the tips from questions like this to create a button style like suggested on Material Design. However, I …

android material-design android-support-library android-button android-support-design
Android appcompat-v7:21.0.0 change material checkbox colors

I've updated my project to use the latest appcompat support library, the new version uses material design checkboxes and radio …

android material-design
Angular - 'Could not find HammerJS'

I'm working on a simple angular project where I am trying to import Material Design into my project but some …

javascript angular material-design hammer.js
Android Material Design Datepicker with AppCompat

I'm trying to add the new Android 5.0 Material Design Datepicker to my pre 5.0 application using AppCompat. I've added compile "com.…

android datepicker android-appcompat material-design
Is it possible to make an md-button smaller?

I want my buttons showing left- and right arrow and NOW text to be as small as possible. How do …

css angularjs material-design angular-material
Implementing SearchView as per the material design guidelines

I have been looking for ways to implement a searchview in the activity toolbar (actionbar) as per the material design …

android material-design searchview material-components-android
What's the right way to float right or left using the material-ui appbar with material-ui-next?

I can't figure out if I'm using the right approach to get the login/logout buttons to float right in …

reactjs material-ui material-design next.js react-flexbox-grid
Put constant text inside EditText which should be non-editable - Android

I want to have constant text inside editText like: http://<here_user_can_write> User should not be …

android textview android-edittext material-design
Outlined Edit Text from Material Design

How can I implement an outlined text field (as shown on this material design page)?

android android-layout android-edittext material-design android-textinputlayout
Change ActionBar title text color using Light.DarkActionBar theme in AppCompat 21

I'm using the v7 appcompat 21 library to use the new Material styles on pre-Lollipop devices. My styles.xml looks like …

android android-actionbar android-appcompat android-actionbar-compat material-design