diff options
Diffstat (limited to 'res/layout-land/launcher.xml')
-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" |