diff options
Diffstat (limited to 'docs/html/training/improving-layouts/optimizing-layout.jd')
| -rw-r--r-- | docs/html/training/improving-layouts/optimizing-layout.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/training/improving-layouts/optimizing-layout.jd b/docs/html/training/improving-layouts/optimizing-layout.jd index 0eaf199..520ce56 100644 --- a/docs/html/training/improving-layouts/optimizing-layout.jd +++ b/docs/html/training/improving-layouts/optimizing-layout.jd @@ -44,8 +44,8 @@ is inflated repeatedly, such as when used in a {@link android.widget.ListView} o android.widget.GridView}.</p> <p>In this lesson you'll learn to use <a -href="{@docRoot}guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a> and <a -href="{@docRoot}guide/developing/tools/layoutopt.html">Layoutopt</a> to examine and optimize your +href="{@docRoot}tools/help/hierarchy-viewer.html">Hierarchy Viewer</a> and <a +href="{@docRoot}tools/help/layoutopt.html">Layoutopt</a> to examine and optimize your layout.</p> @@ -53,7 +53,7 @@ layout.</p> <h2 id="Inspect">Inspect Your Layout</h2> <p>The Android SDK tools include a tool called <a -href="{@docRoot}guide/developing/tools/hierarchy-viewer.html">Hierarchy Viewer</a> that allows +href="{@docRoot}tools/help/hierarchy-viewer.html">Hierarchy Viewer</a> that allows you to analyze your layout while your application is running. Using this tool helps you discover bottlenecks in the layout performance.</p> |
