1page.title=User Interface Guidelines 2excludeFromSuggestions=true 3@jd:body 4 5 6 7<div class="note design" style="background:none;overflow:auto;padding:10px 5px"> 8 <a href="{@docRoot}design/index.html"><img src="{@docRoot}images/home/android-design.png" alt="" 9style="float:left;margin:0 1em 0 0;"/></a> 10<p><strong>New Guides for App Designers!</strong></p> 11<p>The Android UX team has put together a set of guidelines for the interaction and 12visual design of Android applications. The new collection provides an overview of 13Android styles, design patterns, building blocks for exceptional Android designs, and more.</p> 14<p><strong><a href="{@docRoot}design/index.html">Android Design</a></strong></p> 15 16<p>Over time, the documents below will be deprecated as more design information is published at 17the new location.</p> 18</div> 19 20 21 22 23 <dl> 24 <dt><a href="{@docRoot}guide/practices/ui_guidelines/icon_design.html">Icon 25Design Guidelines</a> and <a 26href="{@docRoot}shareables/icon_templates-v4.0.zip">Android Icon Templates Pack 27» </a></dt> 28 <dd>Your applications need a wide variety of icons, from a launcher icon to 29icons in menus, dialogs, tabs, the status bar, and lists. The Icon Guidelines 30describe each kind of icon in detail, with specifications for the size, color, 31shading, and other details for making all your icons fit in the Android system. 32The Icon Templates Pack is an archive of Photoshop and Illustrator templates and 33filters that make it much simpler to create conforming icons.</dd> 34</dl> 35 <dl> 36 <dt><a href="{@docRoot}guide/practices/ui_guidelines/widget_design.html">Widget Design 37Guidelines</a> </dt> 38 <dd>A widget displays an application's most important or timely information 39at a glance, on a user's Home screen. These design guidelines describe how to 40design widgets that fit with others on the Home screen. They include links to 41graphics files and templates that will make your designer's life easier.</dd> 42</dl> 43 44 45 46 47 48 49 50