diff options
Diffstat (limited to 'docs/html/design/patterns/actionbar.jd')
-rw-r--r-- | docs/html/design/patterns/actionbar.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index f0104b5..a1adbd3 100644 --- a/docs/html/design/patterns/actionbar.jd +++ b/docs/html/design/patterns/actionbar.jd @@ -1,5 +1,6 @@ page.title=Action Bar -page.tags=actionbar,navigation +page.tags="actionbar","navigation" +page.metaDescription=The Action bar is an essential design element for all apps. Learn about what the action bar can do and how to use it in your apps. @jd:body <img src="{@docRoot}design/media/action_bar_pattern_overview.png"> @@ -277,4 +278,4 @@ actions exceeds the capacity of the main action bar, display them separately in <p>Sometimes it is important to display contextual information for your app that's always visible. Examples are the number of unread messages in a messaging inbox view or the Now Playing information in a music player. Carefully plan which important information you would like to display and -structure your action bars accordingly.</p> +structure your action bars accordingly.</p>
\ No newline at end of file |