summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-07 13:11:56 -0700
committerWinson Chung <winsonc@google.com>2011-10-11 17:39:07 -0700
commit7d3810d8337e4f030796b566a2d562fcf79b0a22 (patch)
tree905e2716716d24e3196f8c21bf015a710ce3219e /res/layout-land
parent3a02e82cfff354ba5e4444114b1ae2a1d5ac2862 (diff)
downloadandroid_packages_apps_Trebuchet-7d3810d8337e4f030796b566a2d562fcf79b0a22.tar.gz
android_packages_apps_Trebuchet-7d3810d8337e4f030796b566a2d562fcf79b0a22.tar.bz2
android_packages_apps_Trebuchet-7d3810d8337e4f030796b566a2d562fcf79b0a22.zip
Changing press feedback to holographic for search buttons. (Bug: 5290367)
Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/search_bar.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-land/search_bar.xml b/res/layout-land/search_bar.xml
index a1c87e4b2..c606173fd 100644
--- a/res/layout-land/search_bar.xml
+++ b/res/layout-land/search_bar.xml
@@ -20,14 +20,13 @@
android:layout_width="@dimen/qsb_bar_height"
android:layout_height="match_parent">
<!-- Global search icon -->
- <ImageView
+ <com.android.launcher2.HolographicImageView
style="@style/SearchButton"
android:id="@+id/search_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_home_search_normal_holo"
android:adjustViewBounds="true"
- android:background="?android:attr/selectableItemBackground"
android:onClick="onClickSearchButton"
android:focusable="true"
android:clickable="true"
@@ -42,14 +41,13 @@
android:clickable="true" />
<!-- Voice search icon -->
- <ImageView
+ <com.android.launcher2.HolographicImageView
style="@style/SearchButton"
android:id="@+id/voice_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_home_voice_search_holo"
android:adjustViewBounds="true"
- android:background="?android:attr/selectableItemBackground"
android:onClick="onClickVoiceButton"
android:focusable="true"
android:clickable="true"