summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-02-03 12:22:59 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-03-25 11:42:18 -0700
commit9a5876f8484a5336cbd33b189cd5173924f055d6 (patch)
tree3f3642b16a624b91af82b68f493130bc6db34d09 /res
parentcdc7dd8b115d9c9ee9013713c9c86a0108b1c0d4 (diff)
downloadandroid_packages_apps_ContactsCommon-9a5876f8484a5336cbd33b189cd5173924f055d6.tar.gz
android_packages_apps_ContactsCommon-9a5876f8484a5336cbd33b189cd5173924f055d6.tar.bz2
android_packages_apps_ContactsCommon-9a5876f8484a5336cbd33b189cd5173924f055d6.zip
Add Spinner to edittext
Change-Id: I0bb78d5af2faac10da13c652b38114da91d351c7
Diffstat (limited to 'res')
-rw-r--r--res/layout/search_bar_expanded.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index 3f8e1d6d..4beff8fd 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -32,6 +32,13 @@
android:contentDescription="@string/action_menu_back_from_search"
android:tint="@color/search_back_button_tint_color" />
+ <Spinner
+ android:id="@+id/call_method_spinner"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:dropDownWidth="@dimen/call_method_spinner_dropdown_item_width"
+ android:background="?android:attr/selectableItemBackgroundBorderless" />
+
<EditText
android:id="@+id/search_view"
android:layout_width="0dp"