summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-28 13:02:56 -0800
committerWinson Chung <winsonc@google.com>2011-11-28 16:24:54 -0800
commite96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc (patch)
tree9de5ce7e779ec7c6d72e13786997ac5babe326b0 /res/drawable
parent8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff)
downloadandroid_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.gz
android_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.bz2
android_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.zip
Fixing a few landscape issues.
- Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/button_bg.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/button_bg.xml b/res/drawable/button_bg.xml
index a830594ea..e7b1bcd5a 100644
--- a/res/drawable/button_bg.xml
+++ b/res/drawable/button_bg.xml
@@ -15,7 +15,7 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_focused="true" android:drawable="@drawable/focused_bg" />
- <item android:state_pressed="true" android:drawable="@drawable/home_press" />
+ <item android:state_focused="true" android:drawable="@drawable/tab_unselected_focused_holo" />
+ <item android:state_pressed="true" android:drawable="@drawable/tab_unselected_focused_holo" />
<item android:drawable="@android:color/transparent" />
</selector>