summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-31 15:24:02 -0700
committerYorke Lee <yorkelee@google.com>2014-07-31 15:24:02 -0700
commit5495e3d703d78a763f4e9f19cfcbfbefe28846a3 (patch)
tree384d37b09ced170f8f177a175a2f47fb2c36ae26 /res/layout
parent6c523c6ed4afeeef19922eabf68145222b7df147 (diff)
Add ripple to search button
Bug: 15730203 Change-Id: Icd72854ed311b1cdf6130c6df0adec5e9638c232
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_edittext.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/search_edittext.xml b/res/layout/search_edittext.xml
index 0308d5177..d952d2de5 100644
--- a/res/layout/search_edittext.xml
+++ b/res/layout/search_edittext.xml
@@ -28,6 +28,7 @@
android:layout_margin="@dimen/search_box_icon_margin"
android:padding="@dimen/search_box_search_icon_padding"
android:src="@drawable/ic_ab_search"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:importantForAccessibility="no"
android:tint="@color/searchbox_icon_tint" />