OSDN Git Service

Cherry pick honeycomb-mr1 I064d4dba to I48ddc26d4f
authorJoe Malin <jmalin@google.com>
Wed, 25 May 2011 21:53:23 +0000 (14:53 -0700)
committerJoe Malin <jmalin@google.com>
Tue, 31 May 2011 23:36:04 +0000 (16:36 -0700)
Change-Id: I48ddc26d4fc8e2e44627cfb0e98d9f0b596042b6

docs/html/guide/developing/debugging/debugging-ui.jd

index d2c42d5..22748be 100644 (file)
@@ -31,10 +31,29 @@ parent.link=index.html
         </li>
         <li><a href="#layoutopt">Optimizing Layouts with <code>layoutopt</code></a></li>
       </ol>
+      <h2>Related videos</h2>
+          <ol>
+              <li>
+<iframe title="Hierarchyviewer" 
+    width="272" height="234" 
+    src="http://www.youtube.com/embed/PAgE7saQUUY?rel=0&amp;hd=1" 
+    frameborder="0" allowfullscreen>
+</iframe>
+              </li>
+              <li>
+<iframe title="Pixel Perfect" 
+    width="272" height="234" 
+    src="http://www.youtube.com/embed/C45bMZGdN7Y?rel=0&amp;hd=1" 
+    frameborder="0" 
+    allowfullscreen>
+</iframe>
+              </li>
+          </ol>
     </div>
   </div>
 
-  <p>Sometimes your application's layout can slow down your application.
+  <p>
+Sometimes your application's layout can slow down your application.
   To help debug issues in your layout, the Android SDK provides the Hierarchy Viewer and
   <code>layoutopt</code> tools.
   </p>