summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-01 22:44:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-01 22:44:22 +0000
commit8e6421c2c86f581177acd5136e69d85c53107041 (patch)
treef67b7d8c0f0d531e2c814ddc925fd6e9c4996a30 /res
parent08e79fad62e4b9cc398bf0568a423925556e6a57 (diff)
parent2d1214c050fbb03362966cd462e1df707b3051de (diff)
am 2d1214c0: am 4a89dfcd: am a3aa0ac2: Merge "Add ripple to search button" into lmp-dev
* commit '2d1214c050fbb03362966cd462e1df707b3051de': Add ripple to search button
Diffstat (limited to 'res')
-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" />