Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c44586d authored by Doug Kramer's avatar Doug Kramer Committed by The Android Open Source Project
Browse files

AI 150289: Added Menu Design guidelines. View the pages at:

parent 2e7e15f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@
            <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/icon_design.html">Icon Design</a></li>
            <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/widget_design.html">App Widget Design</a></li>
            <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/activity_task_design.html">Activity and Task Design</a></li>
            <li><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/menu_design.html">Menu Design</a></li>
          </ul>
      </li>
      <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html">Designing for Performance</a></li>
+8 −0
Original line number Diff line number Diff line
@@ -38,6 +38,14 @@ graphics files and templates that will make your designer's life easier.</dd>
      describes important underlying principles and mechanisms, such as
      multitasking, activity reuse, intents, the activity stack, and 
      tasks. It covers this all from a high-level design perspective.
</dd>
  <dt><a href="{@docRoot}guide/practices/ui_guidelines/menu_design.html">Menu Design Guidelines</a> </dt>
  <dd>Android applications make use of Option menus and Context menus 
      that enable users to perform operations and navigate to other parts
      of your application or to other applications.  These guidelines describe
      the difference between Options and Context menus, how to arrange
      menu items, when to put commands on-screen, and other details about
      menu design.
</dd>
</dl>

+507 −0

File added.

Preview size limit exceeded, changes collapsed.