summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-09-26 12:45:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-26 12:45:22 -0700
commitce57e1a6f373c4f1c39b048adc1f2bbe6232be0e (patch)
treed5d11a366f1761684ce52b30e5120e72690319d3 /docs
parenta37c524ffc4a0387fac79e8ad4ab6319eeb99fa8 (diff)
parent4c9ed63cc66c5558e3b0330b17df92e99290eaf7 (diff)
downloadframeworks_base-ce57e1a6f373c4f1c39b048adc1f2bbe6232be0e.zip
frameworks_base-ce57e1a6f373c4f1c39b048adc1f2bbe6232be0e.tar.gz
frameworks_base-ce57e1a6f373c4f1c39b048adc1f2bbe6232be0e.tar.bz2
am 4c9ed63c: update the nav drawer lesson to link to new action bar icon pack, which now includes the nav drawer icon
* commit '4c9ed63cc66c5558e3b0330b17df92e99290eaf7': update the nav drawer lesson to link to new action bar icon pack, which now includes the nav drawer icon
Diffstat (limited to 'docs')
-rw-r--r--docs/html/training/implementing-navigation/nav-drawer.jd10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/training/implementing-navigation/nav-drawer.jd b/docs/html/training/implementing-navigation/nav-drawer.jd
index 2b5e4f8..9a94810 100644
--- a/docs/html/training/implementing-navigation/nav-drawer.jd
+++ b/docs/html/training/implementing-navigation/nav-drawer.jd
@@ -26,9 +26,9 @@ trainingnavtop=true
</div>
<div class="download-box">
-<a href="http://developer.android.com/downloads/design/Android_Navigation_Drawer_Icon_20130516.zip"
- class="button">Download the nav drawer icons</a>
-<p class="filename">Android_Navigation_Drawer_Icon_20130516.zip</p>
+<a href="http://developer.android.com/downloads/design/Android_Design_Icons_20130926.zip"
+ class="button">Download the Action Bar Icon Pack</a>
+<p class="filename">Android_Design_Icons_20130926.zip</p>
</div>
</div>
@@ -304,8 +304,8 @@ it with its constructor, which requires the following arguments:</p>
<li>The {@link android.app.Activity} hosting the drawer.
<li>The {@link android.support.v4.widget.DrawerLayout}.
<li>A drawable resource to use as the drawer indicator.
- <p><a href="http://developer.android.com/downloads/design/Android_Navigation_Drawer_Icon_20130516.zip"
->Download the standard navigation icons</a> (available for both dark and light themes).</p>
+ <p>The standard navigation drawer icon is available in the <a href="http://developer.android.com/downloads/design/Android_Design_Icons_20130926.zip"
+>Download the Action Bar Icon Pack</a>.</p>
<li>A String resource to describe the "open drawer" action (for accessibility).
<li>A String resource to describe the "close drawer" action (for accessibility).
</ul>