hunterstich 5db8dbdb07 Add motion documentation.
PiperOrigin-RevId: 294982367
2020-02-13 14:00:29 -08:00

45 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--docs:
title: "Theming Guide"
layout: landing
section: docs
path: /docs/theming-guide/
-->
# Theming Guide
[Material Theming](https://material.io/go/design-theming) is the ability to
systematically customize Material Design to better reflect your product's
brand.
Once you have updated your app theme to inherit from a Material Components
theme, as discussed in the [Getting Started](getting-started.md) guide, you can
start to take advantage of the app-wide theming systems that are built into
Material Components for Android.
For information on the individual Material Theming systems, take a look at the
following guides:
* [Color Theming](theming/Color.md)
* [Typography Theming](theming/Typography.md)
* [Shape Theming](theming/Shape.md)
* [Motion Theming](theming/Motion.md)
Additionally, take a look at our [Dark Theme](theming/Dark.md) guide for
information on how to apply the
[Material dark theme system](https://material.io/design/color/dark-theme.html)
to your app.
## Useful Links
- [Getting Started](getting-started.md)
- [Contributing](contributing.md)
- [Building From Source](building-from-source.md)
- [Catalog App](catalog-app.md)
- [Class
documentation](https://developer.android.com/reference/com/google/android/material/classes)
- [MDC-Android on Stack
Overflow](https://www.stackoverflow.com/questions/tagged/material-components+android)
- [Android Developers
Guide](https://developer.android.com/training/material/index.html)
- [Material.io](https://www.material.io)
- [Material Design Guidelines](https://material.google.com)