From 81cc3b3d09d9296e521ac3454ad01c6b6c2ba71b Mon Sep 17 00:00:00 2001 From: Brian Attwell Date: Tue, 22 Jul 2014 16:04:52 -0700 Subject: Contact picker: add search icon & hide searchview Hide/unhide the SearchView when you click a seach menu item. This is the first and more important step for b/16190113. In a later CL, I might remove the SearchView and replace it with the custom actionbar view created by dialer & used in PeopleActivity. Also merged JoinContactActivity into ContactSelectionActivity. Bug: 16190113 Change-Id: I04bf7d22dffbf7f104362b17c9064cb386a01abe --- res/menu/search_menu.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 res/menu/search_menu.xml (limited to 'res/menu') diff --git a/res/menu/search_menu.xml b/res/menu/search_menu.xml new file mode 100644 index 000000000..355442ed9 --- /dev/null +++ b/res/menu/search_menu.xml @@ -0,0 +1,22 @@ + + + + + -- cgit v1.2.3