summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/market_button.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-24 13:52:29 -0700
committerWinson Chung <winsonc@google.com>2011-10-25 12:06:05 -0700
commitf8c1b58b8f8b320cfe52b82559d2199be249cb6a (patch)
tree7098dc9c913c39352e668766043cbd3bcdeac31f /res/layout-sw600dp/market_button.xml
parentf060868dd6ca8fb2f199fefd5cbb19a75ac2c108 (diff)
downloadandroid_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.gz
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.tar.bz2
android_packages_apps_Trebuchet-f8c1b58b8f8b320cfe52b82559d2199be249cb6a.zip
Fixing small tablet issues
- Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
Diffstat (limited to 'res/layout-sw600dp/market_button.xml')
-rw-r--r--res/layout-sw600dp/market_button.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/layout-sw600dp/market_button.xml b/res/layout-sw600dp/market_button.xml
index ad5f6da0d..3f313190f 100644
--- a/res/layout-sw600dp/market_button.xml
+++ b/res/layout-sw600dp/market_button.xml
@@ -19,13 +19,15 @@
style="@style/MarketButton"
android:onClick="onClickAppMarketButton"
android:gravity="center"
- android:paddingLeft="@dimen/toolbar_button_horizontal_padding"
- android:paddingRight="@dimen/toolbar_button_horizontal_padding"
+ android:paddingLeft="10dp"
+ android:paddingRight="10dp"
android:drawablePadding="10dp"
android:text="@string/market"
android:contentDescription="@string/market"
android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"
- android:textSize="18sp"
+ android:textStyle="bold"
+ android:textSize="14sp"
+ android:textAllCaps="true"
android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
android:shadowDx="0.0"
android:shadowDy="0.0"