diff --git a/docs/html/images/tools/hierarchicalviewer-icon.png b/docs/html/images/tools/hierarchicalviewer-icon.png new file mode 100644 index 0000000000000..061f952484017 Binary files /dev/null and b/docs/html/images/tools/hierarchicalviewer-icon.png differ diff --git a/docs/html/images/tools/studio-DDMS-open-perspective-icon.png b/docs/html/images/tools/studio-DDMS-open-perspective-icon.png new file mode 100644 index 0000000000000..f8e6d1ad57b07 Binary files /dev/null and b/docs/html/images/tools/studio-DDMS-open-perspective-icon.png differ diff --git a/docs/html/tools/help/hierarchy-viewer.jd b/docs/html/tools/help/hierarchy-viewer.jd index 4a346e00fc018..da4cc1e9b2612 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:
+ +tools/ directory, enter:
+ monitor
For more information on how to use the Hierarchy Viewer, see +Optimizing Your UI.
-To start Hierarchy Viewer, enter the following command from the SDK tools/ directory:
hierarchyviewer- +
Note: The command line version of Hierarchy Viewer has been +deprecated.
-For more information on how to use Hierarchy Viewer, see -Debugging and Profiling UIs -