summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-29 18:13:46 -0700
committerYorke Lee <yorkelee@google.com>2014-04-30 11:50:15 -0700
commit53a2230258d105299c7f1b8bbd25de54fed5d66a (patch)
tree5555a7370250124ed9f6414c6de04331cb06a79e /AndroidManifest.xml
parent87cf81d2608fd4fa7b3e254c6ea1b509ff5bcc54 (diff)
downloadandroid_packages_apps_Dialer-53a2230258d105299c7f1b8bbd25de54fed5d66a.tar.gz
android_packages_apps_Dialer-53a2230258d105299c7f1b8bbd25de54fed5d66a.tar.bz2
android_packages_apps_Dialer-53a2230258d105299c7f1b8bbd25de54fed5d66a.zip
Use EditText for search in ActionBar
SearchView is too limited in terms of customizability for the kind of UI styling we are trying to do. All we really need is a space to enter text into, so use a EditText embedded in a custom ActionBar view instead. Bug: 13932490 Change-Id: I7081684c46b29b416dd6d0e5fcff249ee6f00405
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7795aa826..6879f3a2b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -122,11 +122,6 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.TAB" />
</intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.SEARCH" />
- </intent-filter>
- <meta-data android:name="android.app.searchable"
- android:resource="@xml/searchable"/>
</activity>
<activity android:name="com.android.dialer.calllog.CallLogActivity"