docs: Fixed training TOC formatting and broken link in TV training landing.
Change-Id: Ie159a1e5d3d84bfc20b2e2f0f5d4973d3880876d
This commit is contained in:
@@ -1654,6 +1654,14 @@ results."
|
||||
</ul>
|
||||
</li> <!-- end of Background Jobs -->
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header">
|
||||
<a href="<?cs var:toroot ?>training/best-performance.html">
|
||||
<span class="small">Best Practices for</span><br/>
|
||||
Performance
|
||||
</a>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="<?cs var:toroot ?>training/articles/memory.html"
|
||||
description=
|
||||
@@ -1661,7 +1669,6 @@ results."
|
||||
on a variety of mobile devices."
|
||||
>Managing Your App's Memory</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="<?cs var:toroot ?>training/articles/perf-tips.html"
|
||||
description=
|
||||
@@ -1669,7 +1676,6 @@ results."
|
||||
responsiveness and battery efficiency."
|
||||
>Performance Tips</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header">
|
||||
<a href="<?cs var:toroot ?>training/improving-layouts/index.html"
|
||||
@@ -1697,7 +1703,6 @@ results."
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header">
|
||||
<a href="<?cs var:toroot ?>training/monitoring-device-state/index.html"
|
||||
@@ -1707,7 +1712,8 @@ results."
|
||||
description=
|
||||
"How to minimize the amount of power your app requires by adapting to current
|
||||
power conditions and performing power-hungry tasks at proper intervals."
|
||||
>Optimizing Battery Life</a>
|
||||
>Optimizing Battery Life
|
||||
</a>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>training/monitoring-device-state/battery-monitoring.html"
|
||||
@@ -1763,7 +1769,6 @@ results."
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="<?cs var:toroot ?>training/articles/perf-anr.html"
|
||||
description=
|
||||
@@ -1771,7 +1776,6 @@ results."
|
||||
display an "Application Not Responding" dialog."
|
||||
>Keeping Your App Responsive</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="<?cs var:toroot ?>training/articles/perf-jni.html"
|
||||
description=
|
||||
@@ -1787,8 +1791,6 @@ results."
|
||||
</ul>
|
||||
</li> <!-- end of Performance -->
|
||||
|
||||
|
||||
|
||||
<li class="nav-section">
|
||||
<div class="nav-section-header">
|
||||
<a href="<?cs var:toroot ?>training/best-security.html">
|
||||
|
||||
@@ -8,4 +8,5 @@ page.image=design/tv/images/focus.png
|
||||
|
||||
<p>These classes teach you how to build apps for TV devices.</p>
|
||||
|
||||
<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play, see <a href="{docRoot}distribute/googleplay/tv.html">Distributing to Android TV</a>.</p>
|
||||
<p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play,
|
||||
see <a href="{@docRoot}distribute/googleplay/tv.html">Distribute to Android TV</a>.</p>
|
||||
Reference in New Issue
Block a user