diff options
author | Scott Main <smain@google.com> | 2013-04-10 09:51:41 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-04-10 09:51:41 -0700 |
commit | 26a5305f6638ccb221473866ae6188a0e34111f3 (patch) | |
tree | e20ea3a1e233e15016e42ca9ddf0597a027030c4 /docs | |
parent | f417fc4a4f6aa577e0af08776825aa4569638f51 (diff) | |
download | frameworks_base-26a5305f6638ccb221473866ae6188a0e34111f3.zip frameworks_base-26a5305f6638ccb221473866ae6188a0e34111f3.tar.gz frameworks_base-26a5305f6638ccb221473866ae6188a0e34111f3.tar.bz2 |
add a little more information to hierarchy view intro
Change-Id: I19f31a098d43e6bfcd575585732df5ec26f9bd2d
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/debugging/debugging-ui.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/tools/debugging/debugging-ui.jd b/docs/html/tools/debugging/debugging-ui.jd index 8ca5192..f927d08 100644 --- a/docs/html/tools/debugging/debugging-ui.jd +++ b/docs/html/tools/debugging/debugging-ui.jd @@ -60,7 +60,9 @@ Sometimes your application's layout can slow down your application. <p>The Hierarchy Viewer application allows you to debug and optimize your user interface. It provides a visual representation of the layout's View hierarchy (the View Hierarchy window) - and a magnified view of the display (the Pixel Perfect window).</p> + with performance information for each node in the layout, + and a magnified view of the display (the Pixel Perfect window) to closely examine the pixels + in your layout.</p> <p>Android <code>lint</code> is a static code scanning tool that helps you optimize the layouts and layout hierarchies of your applications, as well as detect other common coding problems. You can run it against your layout files or resource |