diff --git a/docs/html/guide/topics/ui/index.jd b/docs/html/guide/topics/ui/index.jd index f342b0652f5ba..0725eb73defc0 100644 --- a/docs/html/guide/topics/ui/index.jd +++ b/docs/html/guide/topics/ui/index.jd @@ -1,6 +1,6 @@ page.title=User Interface page.landing=true -page.landing.intro=Your app's user interface is everything that the user can see and interact with. Android provides a variety of pre-build UI components such as structured layout objects and UI controls that allow you to build the graphical user interface for your app. Android also provides other UI modules for special interfaces such as dialogs, notifications, and menus. +page.landing.intro=Your app's user interface is everything that the user can see and interact with. Android provides a variety of pre-built UI components such as structured layout objects and UI controls that allow you to build the graphical user interface for your app. Android also provides other UI modules for special interfaces such as dialogs, notifications, and menus. page.landing.image=images/ui/ui_index.png page.landing.next=overview.html @@ -10,7 +10,7 @@ page.landing.next=overview.html

Blog Articles

- +

Say Goodbye to the Menu Button

As Ice Cream Sandwich rolls out to more devices, it’s important that you begin to migrate @@ -35,7 +35,7 @@ it probably won’t be too long before you’ll need to implement horizontally s

Training

- +

Implementing Effective Navigation

This class shows you how to plan out the high-level screen hierarchy for your application