diff options
author | Daniel Sandler <dsandler@android.com> | 2010-04-28 14:01:54 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2010-04-28 16:42:33 -0400 |
commit | e1d923a67a584be753309fc7766547b744cc9eaf (patch) | |
tree | a66f2f0fc6749a0c7070e05fa922c2fadf6f85f2 /res/layout-land | |
parent | de38c8e42d0f0ab08c9a5bcc4507832e9d55c5a8 (diff) | |
download | packages_apps_trebuchet-e1d923a67a584be753309fc7766547b744cc9eaf.zip packages_apps_trebuchet-e1d923a67a584be753309fc7766547b744cc9eaf.tar.gz packages_apps_trebuchet-e1d923a67a584be753309fc7766547b744cc9eaf.tar.bz2 |
Increase hot rectangle of trash can.
The drop region is now 70dip^2. This means it invisibly
overlaps nearby icons ever so slightly---not enough to
prevent icons being properly dropped on the workspace.
Bug: 2623734
Change-Id: I945160ef6bdfc0a4ac3cf9db57d440bad424dfc4
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/launcher.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 96db6df..1f13f1f 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -77,8 +77,9 @@ <com.android.launcher2.DeleteZone android:id="@+id/delete_zone" - android:layout_width="@dimen/button_bar_height_portrait" - android:layout_height="match_parent" + android:layout_width="@dimen/delete_zone_size" + android:layout_height="@dimen/delete_zone_size" + android:paddingLeft="@dimen/delete_zone_padding" android:layout_marginBottom="@dimen/half_status_bar_height" android:layout_gravity="right|center_vertical" |