[android] Reduce top margin on layer bottomsheet on tablet

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2026-01-11 17:49:20 +01:00
committed by jeanbaptisteC
parent 13fbe72b55
commit 537776a883

View File

@@ -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">
<FrameLayout