Move add contact to group autocomplete to the ActionBar (2/2)

AutoCompleteTextView extends EditText so we don't have
to update anyone who is just using it as an EditText

Bug 28707265
Bug 18641067

Change-Id: Id71a0e305954b1327a671e7f2126f86fbe27b5f4
diff --git a/res-common/layout/search_bar_expanded.xml b/res-common/layout/search_bar_expanded.xml
index fc088f4..b914204 100644
--- a/res-common/layout/search_bar_expanded.xml
+++ b/res-common/layout/search_bar_expanded.xml
@@ -32,7 +32,7 @@
         android:contentDescription="@string/action_menu_back_from_search"
         android:tint="@color/actionbar_background_color" />
 
-    <EditText
+    <android.widget.AutoCompleteTextView
         android:id="@+id/search_view"
         android:layout_width="0dp"
         android:layout_height="@dimen/search_box_icon_size"