From f9f81b49d04ba5beb5a360265e808a7d6e9ed269 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 31 Mar 2015 16:49:01 -0700 Subject: docs: hierarchyviewer updates b/19955159 Change-Id: I77da54048765eeb768ec59a0ce0cbe40d0ba9715 --- docs/html/tools/help/hierarchy-viewer.jd | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'docs/html/tools') diff --git a/docs/html/tools/help/hierarchy-viewer.jd b/docs/html/tools/help/hierarchy-viewer.jd index 4a346e0..da4cc1e 100644 --- a/docs/html/tools/help/hierarchy-viewer.jd +++ b/docs/html/tools/help/hierarchy-viewer.jd @@ -3,16 +3,27 @@ parent.title=Tools parent.link=index.html @jd:body -

Hierarchy Viewer allows you to debug and optimize your user -interface. It provides a visual representation of the layout's View hierarchy -(the Layout View) and a magnified inspector of the display (the Pixel Perfect View). -

+

The Hierarchy Viewer allows you to debug and optimize your user +interface. It provides a visual representation of the layout's View hierarchy +(the Layout View) and a magnified inspector of the display (the Pixel Perfect View).

+ +

To start the Hierarchy Viewer, do one of the following:

-

To start Hierarchy Viewer, enter the following command from the SDK tools/ directory:

-
hierarchyviewer
- + -

For more information on how to use Hierarchy Viewer, see -Debugging and Profiling UIs +

For more information on how to use the Hierarchy Viewer, see +Optimizing Your UI.

+

Note: The command line version of Hierarchy Viewer has been +deprecated.

+ + -- cgit v1.1