summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-09-06 17:53:47 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-09-06 17:54:28 -0700
commit104ee37502bea3d78616dee14003ca63f48a7873 (patch)
tree247ba8a9c5ab285b5e57daba69a54ef376713618 /res/menu
parentadfb57a7e889ddf08747fc8d91041dfdf3f7d50d (diff)
downloadandroid_packages_apps_Contacts-104ee37502bea3d78616dee14003ca63f48a7873.tar.gz
android_packages_apps_Contacts-104ee37502bea3d78616dee14003ca63f48a7873.tar.bz2
android_packages_apps_Contacts-104ee37502bea3d78616dee14003ca63f48a7873.zip
Change search icon drawable for People app on phone
Now it should match the search icon on the tablet. Bug: 5265479 Change-Id: I822a62874309eb3ca3ce4b209095765b2eb0afb0
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/actions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/actions.xml b/res/menu/actions.xml
index 852bfa9e4..8288f9d71 100644
--- a/res/menu/actions.xml
+++ b/res/menu/actions.xml
@@ -16,7 +16,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_search"
- android:icon="@android:drawable/ic_menu_search"
+ android:icon="@drawable/ic_ab_search_holo_dark"
android:title="@string/menu_search"
android:showAsAction="ifRoom" />