diff options
author | Scott Main <smain@google.com> | 2012-04-09 11:28:53 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-09 11:28:53 -0700 |
commit | c1c2ca0cc62e482ec30d17a7ea30a0ff393a6009 (patch) | |
tree | d89828b25667fea1f0a936be52c8106aa09ee8bd /docs/html/guide/topics/ui | |
parent | eaeee6a55c443fcd71cd2012e4b3366421723e74 (diff) | |
parent | 3f23b71364e7a0960c6a1269ec2467937bc13388 (diff) | |
download | frameworks_base-c1c2ca0cc62e482ec30d17a7ea30a0ff393a6009.zip frameworks_base-c1c2ca0cc62e482ec30d17a7ea30a0ff393a6009.tar.gz frameworks_base-c1c2ca0cc62e482ec30d17a7ea30a0ff393a6009.tar.bz2 |
am 3f23b713: am 5f257077: Merge "docs: add 101 Training class "Building Your First App"" into ics-mr1
* commit '3f23b71364e7a0960c6a1269ec2467937bc13388':
docs: add 101 Training class "Building Your First App"
Diffstat (limited to 'docs/html/guide/topics/ui')
-rw-r--r-- | docs/html/guide/topics/ui/declaring-layout.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/ui/index.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index 4dc915f..8af4a1c 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -194,7 +194,7 @@ contains property types that define the size and position for each child view, a appropriate for the view group. As you can see in figure 1, the parent view group defines layout parameters for each child view (including the child view group).</p> -<img src="{@docRoot}images/layoutparams.png" alt="" height="300" align="center"/> +<img src="{@docRoot}images/layoutparams.png" alt="" /> <p class="img-caption"><strong>Figure 1.</strong> Visualization of a view hierarchy with layout parameters associated with each view.</p> diff --git a/docs/html/guide/topics/ui/index.jd b/docs/html/guide/topics/ui/index.jd index 83c8150..45c9ac9 100644 --- a/docs/html/guide/topics/ui/index.jd +++ b/docs/html/guide/topics/ui/index.jd @@ -51,7 +51,7 @@ as shown in the diagram below. This hierarchy tree can be as simple or complex a can build it up using Android's set of predefined widgets and layouts, or with custom Views that you create yourself.</p> -<img src="{@docRoot}images/viewgroup.png" alt="" width="312" height="211" align="center"/> +<img src="{@docRoot}images/viewgroup.png" alt="" /> <p> In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the |