diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index e971a752c4e44..e229f237936b4 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -32,12 +32,17 @@ parent.link=index.html
  • {@link android.view.ViewGroup}
  • {@link android.view.ViewGroup.LayoutParams}
  • - + +

    See also

    +
      +
    1. Building a Simple User +Interface
    2. -

      Your layout is the architecture for the user interface in an Activity. -It defines the layout structure and holds all the elements that appear to the user. -You can declare your layout in two ways:

      +

      A layout defines the visual structure for a user interface, such as the UI for an activity or app widget. +You can declare a layout in two ways: