diff options
author | Daniel Sandler <dsandler@android.com> | 2010-04-28 00:09:19 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2010-04-28 11:30:44 -0400 |
commit | 786ae544e445ddbb3644a3c87ca81a748ed0e318 (patch) | |
tree | e1b6a6f6da3f77bfda926bdf35969428de1a2655 /res/layout-land | |
parent | 6ad7942740b95adfac0e274c3bdbf54925403dd7 (diff) | |
download | packages_apps_trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.zip packages_apps_trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.tar.gz packages_apps_trebuchet-786ae544e445ddbb3644a3c87ca81a748ed0e318.tar.bz2 |
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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 22b4825..96db6df 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" |