Lines Matching refs:material

17   <li><a href="{@docRoot}design/material/index.html">Material design on Android</a></li>
23 <p>Some material design features like the material theme and custom activity transitions are
25 use of these features when running on devices that support material design and still be compatible
31 <p>You can configure your app to use the material theme on devices that support it and revert
37 <li>Define a theme with the same name that inherits from the material theme in
43 If your app uses the material theme but does not provide an alternative theme in this manner,
50 <p>If the layouts that you design according to the material design guidelines do not use any of
68 r21 and above includes the following material design features:</p>
71 <li><a href="{@docRoot}training/material/theme.html">Material design styles</a> for some system
73 <li><a href="{@docRoot}training/material/theme.html#ColorPalette">Color palette theme attributes</a>
76 href="{@docRoot}training/material/lists-cards.html#RecyclerView">display data
79 href="{@docRoot}training/material/lists-cards.html#CardView">create cards</a>.</li>
81 href="{@docRoot}training/material/drawables.html#ColorExtract">extract prominent colors from
87 <p>The <code>Theme.AppCompat</code> themes provide material design styles for these widgets:</p>
100 <p>To obtain material design styles and customize the color palette with the Android v7 Support
161 // Call some material design APIs here
163 // Implement this feature without material design
169 attributes in your manifest file. To use the material design features in Android 5.0, set