summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-15 18:53:04 -0700
committerWinson Chung <winsonc@google.com>2011-09-16 14:29:35 -0700
commitc7aef8ca7593eaa37ac7dde514e139f113399ce7 (patch)
tree5b5219298ba6ae8b408137fc038f01e6c05a5222 /res/layout-land
parenta06da29bbed98447409213505bd570f976ff8f88 (diff)
downloadandroid_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.gz
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.bz2
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.zip
Updating the qsb. (5051804)
Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/search_bar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/search_bar.xml b/res/layout-land/search_bar.xml
index 452a80c22..a1c87e4b2 100644
--- a/res/layout-land/search_bar.xml
+++ b/res/layout-land/search_bar.xml
@@ -25,7 +25,7 @@
android:id="@+id/search_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:src="@drawable/ic_search_normal_holo"
+ android:src="@drawable/ic_home_search_normal_holo"
android:adjustViewBounds="true"
android:background="?android:attr/selectableItemBackground"
android:onClick="onClickSearchButton"
@@ -47,7 +47,7 @@
android:id="@+id/voice_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:src="@drawable/ic_voice_search_holo"
+ android:src="@drawable/ic_home_voice_search_holo"
android:adjustViewBounds="true"
android:background="?android:attr/selectableItemBackground"
android:onClick="onClickVoiceButton"