diff options
Diffstat (limited to 'docs/html/design/patterns')
-rw-r--r-- | docs/html/design/patterns/app-structure.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/buttons.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/confirming-acknowledging.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/fullscreen.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/gestures.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/help.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/multi-pane-layouts.jd | 1 | ||||
-rw-r--r-- | docs/html/design/patterns/navigation-drawer.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/new.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/selection.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/settings.jd | 4 | ||||
-rw-r--r-- | docs/html/design/patterns/swipe-views.jd | 2 |
12 files changed, 18 insertions, 17 deletions
diff --git a/docs/html/design/patterns/app-structure.jd b/docs/html/design/patterns/app-structure.jd index 1447d4e62885..e0a11ed0e04b 100644 --- a/docs/html/design/patterns/app-structure.jd +++ b/docs/html/design/patterns/app-structure.jd @@ -1,5 +1,5 @@ page.title=App Structure -page.tags="navigation","layout","tablet" +page.tags=navigation,layout,tablet @jd:body <p>Apps come in many varieties that address very different needs. For example:</p> @@ -307,4 +307,4 @@ design guide.</p> <li> <p>Allow for quick navigation between detail items with swipe views.</p> </li> -</ul>
\ No newline at end of file +</ul> diff --git a/docs/html/design/patterns/buttons.jd b/docs/html/design/patterns/buttons.jd index 46e41c893601..2d65b2d8dda9 100644 --- a/docs/html/design/patterns/buttons.jd +++ b/docs/html/design/patterns/buttons.jd @@ -1,5 +1,5 @@ page.title=Buttons -page.tags="buttons" +page.tags=buttons @jd:body <p> @@ -148,4 +148,4 @@ page.tags="buttons" Replace previous implementations of Lights Out mode with the Lean Back or Immersive approaches. Continue to use Lights Out mode for implementations of your app targeted for earlier releases. -</p>
\ No newline at end of file +</p> diff --git a/docs/html/design/patterns/confirming-acknowledging.jd b/docs/html/design/patterns/confirming-acknowledging.jd index e34723112345..d39d32d840a9 100644 --- a/docs/html/design/patterns/confirming-acknowledging.jd +++ b/docs/html/design/patterns/confirming-acknowledging.jd @@ -1,5 +1,5 @@ page.title=Confirming & Acknowledging -page.tags="dialog","toast","notification" +page.tags=dialog,toast,notification @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> @@ -67,4 +67,4 @@ page.tags="dialog","toast","notification" <p><strong>Acknowledgment is unnecessary</strong>. The user will know the app is gone from the Home Screen because they made it disappear by dragging it away.</p> </div> -</div>
\ No newline at end of file +</div> diff --git a/docs/html/design/patterns/fullscreen.jd b/docs/html/design/patterns/fullscreen.jd index de016fe55b99..624d44c4284f 100644 --- a/docs/html/design/patterns/fullscreen.jd +++ b/docs/html/design/patterns/fullscreen.jd @@ -1,5 +1,5 @@ page.title=Full Screen -page.tags="full screen","immersive", "leanback" +page.tags=full screen,immersive,leanback @jd:body <p> @@ -148,4 +148,4 @@ page.tags="full screen","immersive", "leanback" Replace previous implementations of Lights Out mode with the Lean Back or Immersive approaches. Continue to use Lights Out mode for implementations of your app targeted for earlier releases. -</p>
\ No newline at end of file +</p> diff --git a/docs/html/design/patterns/gestures.jd b/docs/html/design/patterns/gestures.jd index 213902f8568c..1ec7094973a5 100644 --- a/docs/html/design/patterns/gestures.jd +++ b/docs/html/design/patterns/gestures.jd @@ -1,5 +1,5 @@ page.title=Gestures -page.tags="gesture","input","touch" +page.tags=gesture,input,touch @jd:body <p>Gestures allow users to interact with your app by manipulating the screen objects you provide. The diff --git a/docs/html/design/patterns/help.jd b/docs/html/design/patterns/help.jd index e47bc5a71bad..97949e23326e 100644 --- a/docs/html/design/patterns/help.jd +++ b/docs/html/design/patterns/help.jd @@ -1,5 +1,5 @@ page.title=Help -page.tags="settings","preferences" +page.tags=settings,preferences @jd:body <p>We wish we could guarantee that if you follow every piece of advice on this website, everyone will be able to learn and use your app without a hitch. Sadly, that's not the case.</p> @@ -110,4 +110,4 @@ page.tags="settings","preferences" <p>People don't read help from start to finish. They scan around, looking for a piece of information containing the answer they need. Make it less burdensome with friendly formatting and layout choices like bold headings, bulleted and numbered lists, tables, and white space between paragraphs. And if you have a large amount of content, divide it into multiple screens to cut down on scrolling.</p> <h4>Take me straight to the answer</h4> -<p>What's better than a screen that's easy to scan? A screen that requires no scanning at all because the answer's right there. Consider having each screen in your app navigate to help that's relevant just to that screen. We call this <em>contextual help</em>, and it's the holy grail of user assistance. If you take this approach, be sure to also provide a way to get to the rest of the help content.</p>
\ No newline at end of file +<p>What's better than a screen that's easy to scan? A screen that requires no scanning at all because the answer's right there. Consider having each screen in your app navigate to help that's relevant just to that screen. We call this <em>contextual help</em>, and it's the holy grail of user assistance. If you take this approach, be sure to also provide a way to get to the rest of the help content.</p> diff --git a/docs/html/design/patterns/multi-pane-layouts.jd b/docs/html/design/patterns/multi-pane-layouts.jd index 08fa5bda42cf..4e99462cf80f 100644 --- a/docs/html/design/patterns/multi-pane-layouts.jd +++ b/docs/html/design/patterns/multi-pane-layouts.jd @@ -4,6 +4,7 @@ page.metaDescription=Design guide with examples of how to flatten navigation and @jd:body + <a class="notice-developers" href="{@docRoot}training/basics/fragments/index.html"> <div> <h3>Developer Docs</h3> diff --git a/docs/html/design/patterns/navigation-drawer.jd b/docs/html/design/patterns/navigation-drawer.jd index bf6609e1d818..7e63ba6c2adf 100644 --- a/docs/html/design/patterns/navigation-drawer.jd +++ b/docs/html/design/patterns/navigation-drawer.jd @@ -1,5 +1,5 @@ page.title=Navigation Drawer -page.tags="DrawerLayout","SlidingPaneLayout" +page.tags=DrawerLayout,SlidingPaneLayout @jd:body diff --git a/docs/html/design/patterns/new.jd b/docs/html/design/patterns/new.jd index 50cb9503602c..d672e46992fb 100644 --- a/docs/html/design/patterns/new.jd +++ b/docs/html/design/patterns/new.jd @@ -1,5 +1,5 @@ page.title=New in Android -page.tags="KitKat", "Android 4.4" +page.tags=KitKat,Android 4.4 @jd:body diff --git a/docs/html/design/patterns/selection.jd b/docs/html/design/patterns/selection.jd index d0ad8372fbda..be316778d737 100644 --- a/docs/html/design/patterns/selection.jd +++ b/docs/html/design/patterns/selection.jd @@ -1,5 +1,5 @@ page.title=Selection -page.tags="actionmode","navigation","contextual" +page.tags=actionmode,navigation,contextual @jd:body <a class="notice-developers" href="{@docRoot}guide/topics/ui/menus.html#context-menu"> diff --git a/docs/html/design/patterns/settings.jd b/docs/html/design/patterns/settings.jd index 7e0485f37a5c..e3a3f05c0b6b 100644 --- a/docs/html/design/patterns/settings.jd +++ b/docs/html/design/patterns/settings.jd @@ -1,5 +1,5 @@ page.title=Settings -page.tags="preferences","sharedpreferences" +page.tags=preferences,sharedpreferences @jd:body <a class="notice-developers" href="{@docRoot}guide/topics/ui/settings.html"> @@ -696,4 +696,4 @@ it doesn't mean anything to most users and would have taken up a lot of space.</ <li><p>Use design patterns wherever applicable so users don't face a learning curve.</p></li> <li><p>Choose defaults that are safe, neutral, and fit the majority of users.</p></li> <li><p>Give each setting a clear, concise label and use secondary text appropriately.</p></li> -</ul>
\ No newline at end of file +</ul> diff --git a/docs/html/design/patterns/swipe-views.jd b/docs/html/design/patterns/swipe-views.jd index 46d6ffb8c3af..af5c9dc3e3a2 100644 --- a/docs/html/design/patterns/swipe-views.jd +++ b/docs/html/design/patterns/swipe-views.jd @@ -1,5 +1,5 @@ page.title=Swipe Views -page.tags="viewpager","navigation","tabs" +page.tags=viewpager,navigation,tabs @jd:body <a class="notice-developers" href="{@docRoot}training/implementing-navigation/lateral.html"> |