From cf5d384ae34dc2253b3265352e453f58f73e680e Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Sun, 14 Jul 2024 23:41:20 +0100 Subject: [PATCH] [android] align main screen buttons in landscape Signed-off-by: Harry Bond --- android/app/src/main/res/layout-land/map_buttons_bottom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/app/src/main/res/layout-land/map_buttons_bottom.xml b/android/app/src/main/res/layout-land/map_buttons_bottom.xml index 2d3d099529..59762d69ae 100644 --- a/android/app/src/main/res/layout-land/map_buttons_bottom.xml +++ b/android/app/src/main/res/layout-land/map_buttons_bottom.xml @@ -12,7 +12,6 @@ layout="@layout/map_buttons_help" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="@dimen/margin_half" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" /> \ No newline at end of file