diff options
author | Robert Ly <robertly@google.com> | 2011-01-05 00:34:26 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-01-07 18:56:10 -0800 |
commit | 293b850da6780184e6014e661841f1f3051b0af2 (patch) | |
tree | 0f6fed9c6885a6bc06f2651ca35c7eecc5f331db /docs/html/guide/developing/debugging/debugging-ui.jd | |
parent | c74a69a89a0f65bca87520928a714ed20c45873d (diff) |
Doc change: fixing links set 2
Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
Diffstat (limited to 'docs/html/guide/developing/debugging/debugging-ui.jd')
-rw-r--r-- | docs/html/guide/developing/debugging/debugging-ui.jd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/guide/developing/debugging/debugging-ui.jd b/docs/html/guide/developing/debugging/debugging-ui.jd index eba5bf10604a..9b02d3443bf7 100644 --- a/docs/html/guide/developing/debugging/debugging-ui.jd +++ b/docs/html/guide/developing/debugging/debugging-ui.jd @@ -9,9 +9,10 @@ page.title=Debugging and Profiling User Interfaces <li> <a href="#hierarchyViewer">Debugging and Optimizing User Interfaces with Hierarchy Viewer</a> - <ul> + <ol> <li><a href="#layoutview">Layout View</a></li> - + <li><a href="#pixelperfect">Pixel Perfect View</a></li> + </ol> </li> <li><a href="#layoutopt">Optimizing Layouts with <code>layoutopt</code></a></li> @@ -94,7 +95,7 @@ page.title=Debugging and Profiling User Interfaces automatically refresh. You must reload the Layout View by clicking <strong>Load View Hierarchy</strong>.</p> - <h3>Pixel Perfect View</h3> + <h3 id="pixelperfect">Pixel Perfect View</h3> <p>The Pixel Perfect View provides a magnified look at the current device window. It helps you design your UI better by giving you a closer look at your UI's image quality, alignment, and other @@ -190,7 +191,7 @@ samples/useless.xml <p> For more information on running the tool, see the -<a href="${@docRoot}guide/developing/tools/layoutopt.html">layoutopt</a> reference.</p> +<a href="${@docRoot}guide/developing/debugging/debugging-ui.html#layoutopt">layoutopt</a> reference.</p> |