am d40a5d5c: Cherry pick honeycomb-mr1 I064d4dba to I48ddc26d4f

* commit 'd40a5d5cb754b132d6c10ae78a6214f38ed23f3d':
  Cherry pick honeycomb-mr1 I064d4dba to I48ddc26d4f
This commit is contained in:
Joe Malin
2011-05-31 16:40:59 -07:00
committed by Android Git Automerger

View File

@@ -31,10 +31,29 @@ parent.link=index.html
</li> </li>
<li><a href="#layoutopt">Optimizing Layouts with <code>layoutopt</code></a></li> <li><a href="#layoutopt">Optimizing Layouts with <code>layoutopt</code></a></li>
</ol> </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>
</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 To help debug issues in your layout, the Android SDK provides the Hierarchy Viewer and
<code>layoutopt</code> tools. <code>layoutopt</code> tools.
</p> </p>