Lines Matching refs:material
18 <li><a href="{@docRoot}design/material/index.html">Material design on Android</a></li>
24 <p>To create apps with material design:</p>
28 Review the <a href="http://www.google.com/design/spec">material design specification</a>.</li>
30 Apply the material <strong>theme</strong> to your app.</li>
32 Create your <strong>layouts</strong> following material design guidelines.</li>
43 <p>You can add many material design features to your app while maintaining compatibility with
45 <a href="{@docRoot}training/material/compatibility.html">Maintaining Compatibility</a>.</p>
47 <h3>Update your app with material design</h3>
49 <p>To update an existing app to incorporate material design, update your layouts following
50 material design guidelines. Also make sure to incorporate depth, touch feedback, and
53 <h3>Create new apps with material design</h3>
55 <p>If you are creating a new app with material design features, the <a
56 href="http://www.google.com/design/spec">material design guidelines</a> provide you with a
63 <p>To apply the material theme in your app, specify a style that inherits from
69 <!-- your theme inherits from the material theme -->
76 <p>The material theme provides updated system widgets that let you set their color palette and
78 <a href="{@docRoot}training/material/theme.html">Using the Material Theme</a>.</p>
83 <p>In addition to applying and customizing the material theme, your layouts should conform to
84 the <a href="http://www.google.com/design/spec">material design guidelines</a>. When you design
114 <a href="{@docRoot}training/material/animations.html#ViewState">responding to touch
117 <p>For more details, see <a href="{@docRoot}training/material/shadows-clipping.html">Defining
139 <p>For more information, see <a href="{@docRoot}training/material/lists-cards.html">Creating Lists
173 href="{@docRoot}training/material/animations.html">Defining Custom Animations</a>.</p>