Skip to content

Commit c9ac107

Browse files
committed
update featured videos
also remove "new" tags from SDK and Resources nav items Change-Id: I75e16fc6dda5a7cbcd4ff8e4ebb2189860e884d5
1 parent a6df4b1 commit c9ac107

File tree

3 files changed

+72
-76
lines changed

3 files changed

+72
-76
lines changed

docs/html/resources/resources_toc.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,12 @@
167167
</a></li>
168168
<li><a href="<?cs var:toroot ?>resources/tutorials/testing/helloandroid_test.html">
169169
<span class="en">Hello Testing</span></a>
170-
<span class="new">new!</span>
171170
</li>
172171
<li><a href="<?cs var:toroot ?>resources/tutorials/notepad/index.html">
173172
<span class="en">Notepad Tutorial</span>
174173
</a></li>
175174
<li><a href="<?cs var:toroot ?>resources/tutorials/testing/activity_test.html">
176175
<span class="en">Activity Testing</span></a>
177-
<span class="new">new!</span>
178176
</li>
179177
</ul>
180178
</li>

docs/html/sdk/sdk_toc.cs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?cs if:!sdk.redirect ?>
2-
<ul><?cs
2+
<ul><?cs
33
if:android.whichdoc == "online" ?>
44
<li>
55
<h2>
@@ -35,7 +35,7 @@
3535
</a></li>
3636

3737
</ul>
38-
</li><?cs
38+
</li><?cs
3939
/if ?>
4040
<li>
4141
<h2>
@@ -61,22 +61,21 @@
6161
</li>
6262
</ul>
6363
<ul>
64-
<li><a href="<?cs var:toroot ?>sdk/android-2.2.html">Android 2.2 Platform</a> <span class="new">new!</span></li>
64+
<li><a href="<?cs var:toroot ?>sdk/android-2.2.html">Android 2.2 Platform</a></li>
6565
<li><a href="<?cs var:toroot ?>sdk/android-2.1.html">Android 2.1 Platform</a></li>
6666
<li><a href="<?cs var:toroot ?>sdk/android-1.6.html">Android 1.6 Platform</a></li>
6767
<li><a href="<?cs var:toroot ?>sdk/android-1.5.html">Android 1.5 Platform</a></li>
6868
<li class="toggle-list">
6969
<div><a href="#" onclick="toggle(this.parentNode.parentNode,true); return false;">Older Platforms</a></div>
70-
<ul>
70+
<ul>
7171
<li><a href="<?cs var:toroot ?>sdk/android-2.0.1.html">Android 2.0.1 Platform</a></li>
7272
<li><a href="<?cs var:toroot ?>sdk/android-2.0.html">Android 2.0 Platform</a></li>
7373
<li><a href="<?cs var:toroot ?>sdk/android-1.1.html">Android 1.1 Platform</a></li>
7474
</ul>
7575
</li>
7676
</ul>
7777
<ul>
78-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r7</a>
79-
<span class="new">new!</span></li>
78+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r7</a></li>
8079
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">USB Driver for
8180
Windows, r3</a>
8281
</li>
@@ -116,8 +115,7 @@
116115
<span style="display:none" class="zh-TW"></span>
117116
</h2>
118117
<ul>
119-
<li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Android NDK, r4b</a>
120-
<span class="new">new!</span></li>
118+
<li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Android NDK, r4b</a></li>
121119
</ul>
122120
</li>
123121
<li>

0 commit comments

Comments
 (0)