2012-03-06 12:26:15 -08:00
|
|
|
page.title=Themes
|
|
|
|
@jd:body
|
|
|
|
|
2015-05-02 16:31:11 -07:00
|
|
|
<div class="cols">
|
|
|
|
<div class="col-5">
|
2012-03-06 12:26:15 -08:00
|
|
|
|
|
|
|
<img src="{@docRoot}design/media/themes_holo_light.png">
|
|
|
|
<div class="figure-caption">
|
|
|
|
Gmail in Holo Light.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<img src="{@docRoot}design/media/themes_holo_dark.png">
|
|
|
|
<div class="figure-caption">
|
|
|
|
Settings in Holo Dark.
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2015-05-02 16:31:11 -07:00
|
|
|
<div class="col-7">
|
2012-03-06 12:26:15 -08:00
|
|
|
|
2015-04-02 23:48:38 -07:00
|
|
|
|
|
|
|
<a class="notice-designers-material"
|
|
|
|
href="http://www.google.com/design/spec/style/color.html#color-themes">
|
|
|
|
<div>
|
|
|
|
<h3>Material Design</h3>
|
|
|
|
<p>Color Themes<p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
2013-10-19 11:43:41 -07:00
|
|
|
<p>Themes are Android's mechanism for applying a consistent style to an app or activity.
|
|
|
|
The style specifies the visual properties of the elements that make up your user interface,
|
|
|
|
such as color, height, padding and font size. To promote greater cohesion between all apps
|
|
|
|
on the platform, Android provides two system themes that you can choose from when building apps:</p>
|
2012-03-06 12:26:15 -08:00
|
|
|
<ul>
|
|
|
|
<li>Holo Light</li>
|
|
|
|
<li>Holo Dark</li>
|
|
|
|
</ul>
|
|
|
|
<p>Applying these themes will go a long way in helping you to build apps that fit right into the
|
|
|
|
general visual language of Android.</p>
|
|
|
|
<p>Pick the system theme that best matches the needs and design aesthetics for your app. If your
|
|
|
|
desire is to have a more distinct look for your app, using one of the system themes as a starting
|
|
|
|
point for your customizations is a good idea. The system themes provide a solid foundation on top
|
|
|
|
of which you can selectively implement your own visual stylings.</p>
|
|
|
|
|
2012-10-04 11:14:01 -07:00
|
|
|
<div class="note develop">
|
|
|
|
<p><strong>Developer Guide</strong></p>
|
2015-04-02 23:48:38 -07:00
|
|
|
<p>For information about how to apply themes such as Holo Light and Dark, and
|
2012-10-04 11:14:01 -07:00
|
|
|
how to build your own themes, see the
|
|
|
|
<a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a> API guide.</p>
|
|
|
|
</div>
|
|
|
|
|
2012-03-06 12:26:15 -08:00
|
|
|
</div>
|
|
|
|
</div>
|