summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-04-28 00:09:19 -0400
committerDaniel Sandler <dsandler@android.com>2010-04-28 11:30:44 -0400
commit786ae544e445ddbb3644a3c87ca81a748ed0e318 (patch)
treee1b6a6f6da3f77bfda926bdf35969428de1a2655 /res/layout-land
parent6ad7942740b95adfac0e274c3bdbf54925403dd7 (diff)
downloadandroid_packages_apps_Trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.tar.gz
android_packages_apps_Trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.tar.bz2
android_packages_apps_Trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.zip
Updated hotseat artwork.
Also closes the gap below the buttons (not visibly, but the hit rect now reaches the bottom of the screen). Bug: 2630273 Change-Id: I8e8de6b63f91b2fcf87c3af856003cc36dd6c096
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 22b4825bf..96db6df4c 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -94,13 +94,13 @@
android:layout_width="@dimen/button_bar_height_portrait"
android:layout_gravity="right|center_vertical"
android:layout_marginBottom="@dimen/half_status_bar_height"
- android:padding="4dip"
>
<com.android.launcher2.HandleView
style="@style/HotseatButton"
android:id="@+id/all_apps_button"
- android:layout_centerInParent="true"
+ android:layout_centerVertical="true"
+ android:layout_alignParentRight="true"
android:src="@drawable/all_apps_button"
launcher:direction="vertical"