From 8ff221676b628abd5ea73b523709f1aef8891edc Mon Sep 17 00:00:00 2001 From: Ovi Trif Date: Tue, 22 Nov 2022 12:28:20 +0100 Subject: [PATCH] Use 32dp bottom margin for button in landscape --- .../src/main/res/layout-land/jetpack_powered_bottom_sheet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml b/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml index b221c4622fa1..128543dbe04a 100644 --- a/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml +++ b/WordPress/src/main/res/layout-land/jetpack_powered_bottom_sheet.xml @@ -81,7 +81,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/margin_extra_extra_medium_large" android:layout_marginEnd="@dimen/margin_extra_extra_medium_large" - android:layout_marginBottom="@dimen/margin_64dp" + android:layout_marginBottom="@dimen/margin_extra_extra_medium_large" android:backgroundTint="@color/jetpack_green_40" android:gravity="center" android:minHeight="@dimen/margin_64dp"