page.title=Material Design for Android
page.tags=Material,design
page.type=design
page.image=images/cards/design-material-for-android_2x.jpg
@jd:body
Creating Apps with Material Design Introduction to Material Design Paper and Ink: The Materials that Matter Material Design in the Google I/O AppDeveloper Docs
Video
Video
Video
Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. Android now includes support for material design apps. To use material design in your Android apps, follow the guidelines defined in the material design specification and use the new components and functionality available in Android 5.0 (API level 21) and above.
Android provides the following elements for you to build material design apps:
For more information about implementing material design on Android, see Creating Apps with Material Design.
The material theme provides a new style for your app, system widgets that let you set their color palette, and default animations for touch feedback and activity transitions.
Dark material theme
Light material theme
For more information, see Using the Material Theme.
Android provides two new widgets for displaying cards and lists with material design styles and animations:
The new RecyclerView
widget is a more pluggable version of ListView
that supports different layout types and provides performance improvements.
The new CardView
widget lets you display important pieces of information inside
cards that have a consistent look and feel.
For more information, see Creating Lists and Cards.
In addition to the X and Y properties, views in Android now have a Z property. This new property represents the elevation of a view, which determines:
For more information, see Defining Shadows and Clipping Views.
The new animation APIs let you create custom animations for touch feedback in UI controls, changes in view state, and activity transitions.
These APIs let you:
Touch feedback animations are built into several standard views, such as buttons. The new APIs let you customize these animations and add them to your custom views.
For more information, see Defining Custom Animations.
These new capabilities for drawables help you implement material design apps:
For more information, see Working with Drawables.