From f9f81b49d04ba5beb5a360265e808a7d6e9ed269 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 31 Mar 2015 16:49:01 -0700 Subject: [PATCH] docs: hierarchyviewer updates b/19955159 Change-Id: I77da54048765eeb768ec59a0ce0cbe40d0ba9715 --- .../images/tools/hierarchicalviewer-icon.png | Bin 0 -> 367 bytes .../studio-DDMS-open-perspective-icon.png | Bin 0 -> 508 bytes docs/html/tools/help/hierarchy-viewer.jd | 29 ++++++++++++------ 3 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 docs/html/images/tools/hierarchicalviewer-icon.png create mode 100644 docs/html/images/tools/studio-DDMS-open-perspective-icon.png diff --git a/docs/html/images/tools/hierarchicalviewer-icon.png b/docs/html/images/tools/hierarchicalviewer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..061f952484017549f6b69108b50b70e17c0f0a19 GIT binary patch literal 367 zcmV-#0g(QQP)X0ssI2RYD?%00003b3#c}2nYz< z;ZNWI000?uMObuGZ)S9NVRB^vXKrt8Wi4}Ka%E+1b7*gL?*qR+00033Nkl`|D8yumx`Yn{1B1IxkDtLz1_lOo z2_IZW;53C)fYTHy0b_O+J`o-@0WLXq7JhL)Jv^pRC+!ZV^fH)C0RXX`SLL(=U`zl2 N002ovPDHLkV1hz=m<0d; literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..f8e6d1ad57b07fb19884af5d324740bbaace8979 GIT binary patch literal 508 zcmV_U^-esl%}S-6*~wH2`yq52P0MJAlN{QL`o@IXrXJCl%ix) z3e~kkDFmcbAcf-4!KH(sEl5n_doNsv7hm-82J7Jt|KZ+`^PeBCG#lSJeW`zZSFNN^ zja4h@@yC0Ak|t0i`7+8_(dalTeo-CYxS76{8M3<>1i*DWI~&)>@-;w$-G+h*{u+pY$*0?XmI3(lK`kP-hu7;Cz*YUL$<*qqHhTnes4 zu$I#E+Y#6g*JK~ONF@N)ORHLtUhE(=oXBa82DJEo`iy`@1PfxZLen)7SlcrJ=5&mf y-+sGBX?aoDPfx8q%?0g~N85y}7rXr5$N2?yvVM7_qOyYk0000Hierarchy 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:

+ +
    +
  • From Android Studio, choose Tools > Android Device Monitor or click the +Android Device Monitor icon +. Click the Open Perspectives +icon and select +Hierarchy View.
  • +
  • From the SDK 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 -