summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/tools/hierarchy-viewer.jd
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:43 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:05:43 -0800
commitf013e1afd1e68af5e3b868c26a653bbfb39538f8 (patch)
tree7ad6c8fd9c7b55f4b4017171dec1cb760bbd26bf /docs/html/guide/developing/tools/hierarchy-viewer.jd
parente70cfafe580c6f2994c4827cd8a534aabf3eb05c (diff)
downloadframeworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.zip
frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.gz
frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'docs/html/guide/developing/tools/hierarchy-viewer.jd')
-rw-r--r--docs/html/guide/developing/tools/hierarchy-viewer.jd5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/guide/developing/tools/hierarchy-viewer.jd b/docs/html/guide/developing/tools/hierarchy-viewer.jd
index 065211c..431008c 100644
--- a/docs/html/guide/developing/tools/hierarchy-viewer.jd
+++ b/docs/html/guide/developing/tools/hierarchy-viewer.jd
@@ -35,7 +35,7 @@ to refresh the list of available windows on the right.</p>
<li>Wire-frame View: a wire-frame drawing of the layout, on the bottom-right.</li>
</ul>
<br/>
-<img src="/android/images/hierarchyviewer-layout.png" alt="" height="509" width="700" />
+<img src="{@docRoot}images/hierarchyviewer-layout.png" alt="" height="509" width="700" />
<p>Select a node in the Tree View to display the properties of that element in
the Properties View. When a node is selected, the Wire-frame View
@@ -66,7 +66,7 @@ You must reload the Layout View by clicking <strong>Load View Hierarchy</strong>
<li>Loupe View: a magnified, pixel-grid view of the device window, on the right.</li>
</ul>
<br/>
-<img src="/android/images/hierarchyviewer-pixelperfect.png" alt="" height="509" width="700" />
+<img src="{@docRoot}images/hierarchyviewer-pixelperfect.png" alt="" height="509" width="700" />
<p>Click on an element in the Explorer View and a "layout box" will be drawn in the
Normal View to indicate the layout position of that element. The layout box uses multiple rectangles, to indicate the normal bounds, the padding and the margin (as needed). The purple or green rectangle indicates
@@ -95,5 +95,4 @@ in the Normal View, because the hierarchy believes you are still focused on the
<li><strong>Zoom</strong>: Adjust the zoom level of the Loupe View.</li>
</ul>
-<p><strong><a href="/android/intro/tools.html">Back to Development Tools</a></strong></p>