1 page.title=Themes 2 @jd:body 3 4 <div class="layout-content-row"> 5 <div class="layout-content-col span-5"> 6 7 <img src="{@docRoot}design/media/themes_holo_light.png"> 8 <div class="figure-caption"> 9 Gmail in Holo Light. 10 </div> 11 12 <img src="{@docRoot}design/media/themes_holo_dark.png"> 13 <div class="figure-caption"> 14 Settings in Holo Dark. 15 </div> 16 17 </div> 18 <div class="layout-content-col span-7"> 19 20 <p>Themes are Android's mechanism for applying a consistent style to an app or activity. 21 The style specifies the visual properties of the elements that make up your user interface, 22 such as color, height, padding and font size. To promote greater cohesion between all apps 23 on the platform, Android provides two system themes that you can choose from when building apps:</p> 24 <ul> 25 <li>Holo Light</li> 26 <li>Holo Dark</li> 27 </ul> 28 <p>Applying these themes will go a long way in helping you to build apps that fit right into the 29 general visual language of Android.</p> 30 <p>Pick the system theme that best matches the needs and design aesthetics for your app. If your 31 desire is to have a more distinct look for your app, using one of the system themes as a starting 32 point for your customizations is a good idea. The system themes provide a solid foundation on top 33 of which you can selectively implement your own visual stylings.</p> 34 35 <div class="note develop"> 36 <p><strong>Developer Guide</strong></p> 37 <p>For information about how to apply themes such as Holo Light and Dark, and 38 how to build your own themes, see the 39 <a href="{@docRoot}guide/topics/ui/themes.html">Styles and Themes</a> API guide.</p> 40 </div> 41 42 </div> 43 </div> 44