Lines Matching full:styles
9 <li><a href="#Theme">Define Alternative Styles</a></li>
29 <h2 id="Theme">Define Alternative Styles</h2>
36 <code>res/values/styles.xml</code>.</li>
38 <code>res/values-v21/styles.xml</code>.</li>
60 <p>To avoid duplication of code, define your styles inside <code>res/values/</code>, modify the
61 styles in <code>res/values-v21/</code> for the new APIs, and use style inheritance, defining base
62 styles in <code>res/values/</code> and inheriting from those in <code>res/values-v21/</code>.</p>
71 <li><a href="{@docRoot}training/material/theme.html">Material design styles</a> for some system
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