From 537776a8836b47fd69a775d2412cc597ed6bb946 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 11 Jan 2026 17:49:20 +0100 Subject: [PATCH] [android] Reduce top margin on layer bottomsheet on tablet Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/item_layer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/item_layer.xml b/android/app/src/main/res/layout/item_layer.xml index 376f4b340..07a6d074b 100644 --- a/android/app/src/main/res/layout/item_layer.xml +++ b/android/app/src/main/res/layout/item_layer.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_marginTop="@dimen/margin_direction_big" + android:layout_marginTop="@dimen/margin_base_plus_quarter" android:orientation="vertical">