summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
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
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')
-rw-r--r--res/layout-sw600dp/market_button.xml8
-rw-r--r--res/layout-sw600dp/wallpaper_item.xml8
2 files changed, 8 insertions, 8 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"
diff --git a/res/layout-sw600dp/wallpaper_item.xml b/res/layout-sw600dp/wallpaper_item.xml
index 9a596cb8d..9461e3b55 100644
--- a/res/layout-sw600dp/wallpaper_item.xml
+++ b/res/layout-sw600dp/wallpaper_item.xml
@@ -16,13 +16,11 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="@dimen/live_wallpaper_grid_item_padding">
- <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="@drawable/wallpaper_gallery_item">
+ <ImageView
android:id="@+id/wallpaper_image"
android:layout_width="@dimen/wallpaper_chooser_grid_width"
android:layout_height="@dimen/wallpaper_chooser_grid_height"
android:scaleType="centerCrop"
- android:adjustViewBounds="false"
- android:focusable="false"
- android:padding="0dp" />
+ android:focusable="true" />
</FrameLayout> \ No newline at end of file