summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-31 15:14:38 -0700
committerYorke Lee <yorkelee@google.com>2014-07-31 15:20:37 -0700
commit09a229d90c6de2c9634dbacdffc203313201e403 (patch)
treef0d8f6ec8876dc1d7a45609cf88d5fc953350014 /res/layout
parent6dad05f68b81e72fe4ab0965b2ec00c258f48289 (diff)
downloadandroid_packages_apps_ContactsCommon-09a229d90c6de2c9634dbacdffc203313201e403.tar.gz
android_packages_apps_ContactsCommon-09a229d90c6de2c9634dbacdffc203313201e403.tar.bz2
android_packages_apps_ContactsCommon-09a229d90c6de2c9634dbacdffc203313201e403.zip
Give search view buttons unbounded ripples
Also increase the size of the buttons slightly so that the ripples are not so small Bug: 15730203 Change-Id: I5e2d7d43275a557f6cf9782f2f17a7958deb1acd
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_bar_expanded.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index c78ce122..6c10cb46 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -28,7 +28,7 @@
android:layout_height="@dimen/search_box_icon_size"
android:layout_margin="@dimen/search_box_icon_margin"
android:src="@drawable/ic_back_arrow"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_menu_back_from_search"
android:tint="@color/actionbar_background_color" />
@@ -54,7 +54,7 @@
android:layout_margin="@dimen/search_box_icon_margin"
android:src="@drawable/ic_close_dk"
android:clickable="true"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/description_clear_search"
android:tint="@color/searchbox_icon_tint"/>