From 53a2230258d105299c7f1b8bbd25de54fed5d66a Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 29 Apr 2014 18:13:46 -0700 Subject: 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 --- AndroidManifest.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7795aa826..6879f3a2b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -122,11 +122,6 @@ - - - -