summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorblunden <blunden2@gmail.com>2012-08-15 18:23:15 +0200
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-08-17 01:41:11 +0400
commit192d17bde2fce0841872d20dc2813ba547e4170f (patch)
tree42180135062361e50e5fc2017bad1e46bbb57742 /src
parentaa00b50f69beeed358b80249e327d74cbb51e7e2 (diff)
downloadandroid_packages_apps_Trebuchet-192d17bde2fce0841872d20dc2813ba547e4170f.tar.gz
android_packages_apps_Trebuchet-192d17bde2fce0841872d20dc2813ba547e4170f.tar.bz2
android_packages_apps_Trebuchet-192d17bde2fce0841872d20dc2813ba547e4170f.zip
Use correct search and voice search icons in the search bar
Change-Id: Ie146b7945a9c0226f95563be3f593d467a2a00c3
Diffstat (limited to 'src')
-rw-r--r--src/com/cyanogenmod/trebuchet/Launcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/trebuchet/Launcher.java b/src/com/cyanogenmod/trebuchet/Launcher.java
index 690a2d9c8..fe5e055ec 100644
--- a/src/com/cyanogenmod/trebuchet/Launcher.java
+++ b/src/com/cyanogenmod/trebuchet/Launcher.java
@@ -180,9 +180,9 @@ public final class Launcher extends Activity
private static final String TOOLBAR_ICON_METADATA_NAME = "com.android.launcher.toolbar_icon";
private static final String TOOLBAR_SEARCH_ICON_METADATA_NAME =
- "com.cyanogenmod.trebuchet.toolbar_search_icon";
+ "com.android.launcher.toolbar_search_icon";
private static final String TOOLBAR_VOICE_SEARCH_ICON_METADATA_NAME =
- "com.cyanogenmod.trebuchet.toolbar_voice_search_icon";
+ "com.android.launcher.toolbar_voice_search_icon";
/** The different states that Launcher can be in. */
private enum State { WORKSPACE, APPS_CUSTOMIZE, APPS_CUSTOMIZE_SPRING_LOADED };