Lines Matching refs:theme
22 <p>The new material theme provides:</p>
30 <p>You can customize the look of the material theme
32 the status bar using theme attributes, as shown in <a href="#fig3">Figure 3</a>.</p>
37 <p>The material theme is defined as:</p>
48 <!-- two columns, dark/light material theme example -->
53 <p style="margin-top:8px;font-size:12px"><strong>Figure 1</strong>. Dark material theme</p>
59 <p style="margin-top:8px;font-size:12px"><strong>Figure 2</strong>. Light material theme</p>
66 <strong>Note:</strong> The material theme is only available in Android 5.0 (API level 21) and
76 <p style="margin-bottom:30px">To customize the theme's base colors to fit your brand, define
77 your custom colors using theme attributes when you inherit from the material theme:</p>
81 <!-- inherit from the material theme -->
83 <!-- Main theme colors -->
88 <!-- theme UI controls like checkboxes and text fields -->
97 <strong>Figure 3.</strong> Customizing the material theme.</p>
103 <p>The material theme lets you easily customize the status bar, so you can specify a
106 you extend the material theme. By default, <code>android:statusBarColor</code> inherits the
128 <p>Elements in XML layout definitions can specify the <code>android:theme</code> attribute,
129 which references a theme resource. This attribute modifies the theme for the element and any
130 child elements, which is useful for altering theme color palettes in a specific portion