summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-10-28 16:07:04 -0700
committerWinson Chung <winsonc@google.com>2010-11-01 16:10:49 -0700
commit7da1025bd7f15b04cf55c79b73e94e5e1bc959d9 (patch)
treef0c20ed38a4db0ee27d0d67b9618fb9a9a0cc777 /res/layout-xlarge
parent30110328a249a049673266bfce39ca9dcf650af9 (diff)
downloadpackages_apps_trebuchet-7da1025bd7f15b04cf55c79b73e94e5e1bc959d9.zip
packages_apps_trebuchet-7da1025bd7f15b04cf55c79b73e94e5e1bc959d9.tar.gz
packages_apps_trebuchet-7da1025bd7f15b04cf55c79b73e94e5e1bc959d9.tar.bz2
Layout and spacing changes for AllApps/Customization drawer
- Also fixing issue where preview images in the customization drawer were not being scaled down Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/all_apps_paged_view_application.xml2
-rw-r--r--res/layout-xlarge/customize_paged_view_item.xml14
-rw-r--r--res/layout-xlarge/customize_paged_view_widget.xml2
3 files changed, 6 insertions, 12 deletions
diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml
index 48b5712..7458222 100644
--- a/res/layout-xlarge/all_apps_paged_view_application.xml
+++ b/res/layout-xlarge/all_apps_paged_view_application.xml
@@ -27,5 +27,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
+ android:singleLine="false"
+ android:maxLines="1"
style="@style/WorkspaceIcon.Portrait" />
diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml
index e427345..bbc04d7 100644
--- a/res/layout-xlarge/customize_paged_view_item.xml
+++ b/res/layout-xlarge/customize_paged_view_item.xml
@@ -26,15 +26,7 @@
android:id="@+id/customize_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:gravity="center_horizontal"
- android:paddingTop="2dip"
+ android:singleLine="false"
+ android:maxLines="1"
- android:textColor="#FFFFFFFF"
- android:textSize="14sp"
- android:shadowColor="#FF000000"
- android:shadowDx="0.0"
- android:shadowDy="1.0"
- android:shadowRadius="1.0"
-
- android:maxLines="2"
- android:fadingEdge="horizontal" />
+ style="@style/WorkspaceIcon.Landscape" />
diff --git a/res/layout-xlarge/customize_paged_view_widget.xml b/res/layout-xlarge/customize_paged_view_widget.xml
index cfc0ca0..fab2a9b 100644
--- a/res/layout-xlarge/customize_paged_view_widget.xml
+++ b/res/layout-xlarge/customize_paged_view_widget.xml
@@ -18,7 +18,7 @@
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
android:layout_width="wrap_content"
- android:layout_height="425dp"
+ android:layout_height="365dp"
android:paddingLeft="12.5dp"
android:paddingRight="12.5dp"
android:paddingBottom="50dp"