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

Commit 49e43bb8 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am e21406cb: add search tags for Design patterns

* commit 'e21406cb':
  add search tags for Design patterns
parents be06c28e e21406cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
page.title=Accessibility
page.tags="accessibility","navigation"
@jd:body

<p>One of Android's missions is to organize the world's information and make it universally accessible and useful. Accessibility is the measure of how successfully a product can be used by people with varying abilities. Our mission applies to all users-including people with disabilities such as visual impairment, color deficiency, hearing loss, and limited dexterity.</p>
+1 −0
Original line number Diff line number Diff line
page.title=Action Bar
page.tags="actionbar","navigation"
@jd:body

<img src="{@docRoot}design/media/action_bar_pattern_overview.png">
+1 −0
Original line number Diff line number Diff line
page.title=Application Structure
page.tags="navigation","layout"
@jd:body

<p>Apps come in many varieties that address very different needs. For example:</p>
+1 −0
Original line number Diff line number Diff line
page.title=Confirming &amp; Acknowledging
page.tags="dialog","toast"
@jd:body

<p>In some situations, when a user invokes an action in your app, it's a good idea to <em>confirm</em> or <em>acknowledge</em> that action through text.</p>
+1 −0
Original line number Diff line number Diff line
page.title=Gestures
page.tags="gesture","input"
@jd:body

<p>Gestures allow users to interact with your app by manipulating the screen objects you provide. The
Loading