All the values from the Material Design guidelines defined in resources for Android.
Style
Layout
Components
- Bottom navigation
- Bottom sheets
- Buttons
- Cards
- Chips
- Dialogs
- Dividers
- Expansion panels
- Grid lists
- Lists
- Menus
- Steppers
- Subheaders
- Tooltips
If a section of the Material Design specs is not in the above list, it may be because it has no values or is only available on desktop.
Note that the values for the following components are not available as they are already well implemented in Android: Selection controls, Sliders, Snackbars & toasts, Tabs, Text fields.
Just add this dependency to your build.gradle:
compile 'blue.aodev:material-values:1.0.1'
The artifact is currently only available on jCenter, not mavenCentral. Make sure that your buildscript repositories include jCenter.
Use the documentation for information about values and their usage.
- Finish the documentation
- Add missing values in Layout (Structure)
- Add missing values in Patterns (Navigation drawer, Scrolling techniques)
Inspired by DmitryMalkovich's material-design-dimens.
© 2016 Ao (Matthieu Esnault) - Released under Apache-2.0 License