Loading docs/html/guide/topics/ui/declaring-layout.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 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> 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 <p class="img-caption"><strong>Figure 1.</strong> Visualization of a view hierarchy with layout parameters associated with each view.</p> parameters associated with each view.</p> Loading docs/html/guide/topics/ui/index.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 can build it up using Android's set of predefined widgets and layouts, or with custom Views that you create yourself.</p> create yourself.</p> <img src="{@docRoot}images/viewgroup.png" alt="" width="312" height="211" align="center"/> <img src="{@docRoot}images/viewgroup.png" alt="" /> <p> <p> In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the Loading docs/html/images/layoutparams.png +19 KiB (60.2 KiB) Loading image diff... docs/html/images/training/firstapp/adt-firstapp-setup.png 0 → 100644 +53.2 KiB Loading image diff... docs/html/images/training/firstapp/edittext_gravity.png 0 → 100644 +7.25 KiB Loading image diff... Loading
docs/html/guide/topics/ui/declaring-layout.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 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> 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 <p class="img-caption"><strong>Figure 1.</strong> Visualization of a view hierarchy with layout parameters associated with each view.</p> parameters associated with each view.</p> Loading
docs/html/guide/topics/ui/index.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 can build it up using Android's set of predefined widgets and layouts, or with custom Views that you create yourself.</p> create yourself.</p> <img src="{@docRoot}images/viewgroup.png" alt="" width="312" height="211" align="center"/> <img src="{@docRoot}images/viewgroup.png" alt="" /> <p> <p> In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the Loading