summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-03 12:03:40 -0700
committerWinson Chung <winsonc@google.com>2011-08-03 14:29:19 -0700
commit54c725cc294cd43ed0650179bfae64a622547660 (patch)
treed90016ff4cdbfaba7ab16d77b1039ae364d7e3db /res/layout-land
parentaaf473c2bb6329b3b09ed2e19de6aae26077050c (diff)
downloadandroid_packages_apps_Trebuchet-54c725cc294cd43ed0650179bfae64a622547660.tar.gz
android_packages_apps_Trebuchet-54c725cc294cd43ed0650179bfae64a622547660.tar.bz2
android_packages_apps_Trebuchet-54c725cc294cd43ed0650179bfae64a622547660.zip
Bug fixes
- Fixing issue where drop target is not as tall as it should be (5116098) - Fixing issue where number of cells was being computed incorrectly (5112002) - Disabling side page fading in AppsCustomize on the phone UI - Should be using action bar bg states instead of tab bg states (5086625) Change-Id: I0ec927f87cede48dcf4b66cbaa1d62a09f3492b8
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 0dbfd7b35..452a80c22 100644
--- a/res/layout-land/search_bar.xml
+++ b/res/layout-land/search_bar.xml
@@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_search_normal_holo"
android:adjustViewBounds="true"
- android:background="@drawable/button_bg"
+ android:background="?android:attr/selectableItemBackground"
android:onClick="onClickSearchButton"
android:focusable="true"
android:clickable="true"
@@ -49,7 +49,7 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_voice_search_holo"
android:adjustViewBounds="true"
- android:background="@drawable/button_bg"
+ android:background="?android:attr/selectableItemBackground"
android:onClick="onClickVoiceButton"
android:focusable="true"
android:clickable="true"