summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-02-02 08:31:50 -0800
committerJoe Onorato <joeo@android.com>2010-02-02 08:31:50 -0800
commit57a7aaa494ed7f269ea40eb71d2a7fbde087418b (patch)
tree3590c5106a9a324d8c21a761149cada5d24a9cc6 /res/layout-land/launcher.xml
parente538b113714930df4ef45e68f75342d83f19af06 (diff)
downloadandroid_packages_apps_Trebuchet-57a7aaa494ed7f269ea40eb71d2a7fbde087418b.tar.gz
android_packages_apps_Trebuchet-57a7aaa494ed7f269ea40eb71d2a7fbde087418b.tar.bz2
android_packages_apps_Trebuchet-57a7aaa494ed7f269ea40eb71d2a7fbde087418b.zip
Clean up the workspace layout so it makes sense in landscape.
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index da944b73f..2688dd036 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -82,7 +82,7 @@
<com.android.launcher2.HandleView
android:id="@+id/all_apps_button"
android:layout_width="@dimen/button_bar_height"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:focusable="true"
@@ -95,8 +95,9 @@
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"
- android:layout_width="49dip"
+ android:layout_width="@dimen/button_bar_height"
android:layout_height="match_parent"
+ android:layout_gravity="right|center_vertical"
android:scaleType="center"
android:src="@drawable/delete_zone_selector"