From 2d9063bc705aae7ef4cc90206ece03d4caeefba7 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 8 Aug 2012 18:49:28 -0700 Subject: docs: Add a few links and small edits to a couple layout guides Change-Id: I4c0c043782524a29f7fb8fcb54cc26d7399c39fc --- docs/html/guide/topics/ui/declaring-layout.jd | 26 +++++++++++--------------- docs/html/guide/topics/ui/layout/gridview.jd | 5 +++++ docs/html/guide/topics/ui/layout/listview.jd | 6 +++++- 3 files changed, 21 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index e971a752c4e4..e229f237936b 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: