summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/search_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp/search_bar.xml')
-rw-r--r--res/layout-sw600dp/search_bar.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-sw600dp/search_bar.xml b/res/layout-sw600dp/search_bar.xml
index f8b950c59..d8975b440 100644
--- a/res/layout-sw600dp/search_bar.xml
+++ b/res/layout-sw600dp/search_bar.xml
@@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Global search icon -->
- <ImageView
+ <com.android.launcher2.HolographicImageView
style="@style/SearchButton"
android:id="@+id/search_button"
android:layout_width="wrap_content"
@@ -28,7 +28,6 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:src="@drawable/ic_home_search_normal_holo"
- android:background="?android:attr/selectableItemBackground"
android:onClick="onClickSearchButton"
android:focusable="true"
android:clickable="true"
@@ -44,14 +43,13 @@
android:clickable="true" />
<!-- Voice search icon -->
- <ImageView
+ <com.android.launcher2.HolographicImageView
style="@style/SearchButton"
android:id="@+id/voice_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/search_divider"
android:src="@drawable/ic_home_voice_search_holo"
- android:background="?android:attr/selectableItemBackground"
android:onClick="onClickVoiceButton"
android:focusable="true"
android:clickable="true"