diff options
author | Winson Chung <winsonc@google.com> | 2011-11-28 13:02:56 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-11-28 16:24:54 -0800 |
commit | e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc (patch) | |
tree | 9de5ce7e779ec7c6d72e13786997ac5babe326b0 /res/layout | |
parent | 8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff) | |
download | packages_apps_trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.zip packages_apps_trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.gz packages_apps_trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.bz2 |
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/layout')
-rw-r--r-- | res/layout/market_button.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/market_button.xml b/res/layout/market_button.xml index 5e10156..27eb3fd 100644 --- a/res/layout/market_button.xml +++ b/res/layout/market_button.xml @@ -21,6 +21,7 @@ android:gravity="center" android:paddingLeft="16dp" android:paddingRight="16dp" + android:background="@drawable/tab_widget_indicator_selector" android:contentDescription="@string/market" android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" android:shadowDx="0.0" |