Questions tagged [material-design]

Material design is Google's guide for visual, motion, and interaction design across platforms and devices, introduced with Android 5.0 Lollipop.

Material Design is a visual language that synthesizes the classic principles of good design with the innovation of technology and science. - Introduction - Material Design

Android 5.0 Lollipop includes support for material design apps. Polymer and Angular Material projects also provide official implementations.

Specification:

  1. Material design specifications
  2. Material Design: https://www.youtube.com/watch?v=Q8TXgCzxEnw
  3. Google I/O 2014 - Material design: Structure and components
  4. Google I/O 2014 - Material design: Visual style and imagery

Implementation:

  1. Android docs
  2. AngularJS Material
  3. Angular Material
  4. Polymer Project
  5. Material Design Lite (now deprecated)
  6. Material Components
8542 questions
5
votes
1 answer

Split Action Bar with AppCompat v7 using Material Design?

Is it possible to have the App Compat ActionBar split when targeting API 21? Right now I have had all activities include android:uiOptions="splitActionBarWhenNarrow" and have meta-data:
kandroidj
  • 13,784
  • 5
  • 64
  • 76
5
votes
1 answer

error: Error: No resource found that matches the given name: attr 'colorAccent'

I'm learning Material Design, in particular I want to customize my app with Material Design also for the older Android versions. I'm reading this guide: https://developer.android.com/training/material/compatibility.html#SupportLib About Color…
5
votes
1 answer

How do I change the accent color in Android's Material theme alerts?

I have the following theme declaration in my values-v21 folder: