From 4c9ed63cc66c5558e3b0330b17df92e99290eaf7 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 26 Sep 2013 12:39:27 -0700 Subject: [PATCH] update the nav drawer lesson to link to new action bar icon pack, which now includes the nav drawer icon Change-Id: I0d6452fa5b4856b96268763141d74dd8f83c221d --- .../training/implementing-navigation/nav-drawer.jd | 10 +++++----- 1 file 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 2b5e4f809d649..9a948109ceb41 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
-Download the nav drawer icons -

Android_Navigation_Drawer_Icon_20130516.zip

+Download the Action Bar Icon Pack +

Android_Design_Icons_20130926.zip

@@ -304,8 +304,8 @@ it with its constructor, which requires the following arguments:

  • The {@link android.app.Activity} hosting the drawer.
  • The {@link android.support.v4.widget.DrawerLayout}.
  • A drawable resource to use as the drawer indicator. -

    Download the standard navigation icons (available for both dark and light themes).

    +

    The standard navigation drawer icon is available in the Download the Action Bar Icon Pack.

  • A String resource to describe the "open drawer" action (for accessibility).
  • A String resource to describe the "close drawer" action (for accessibility).