From 84514074f89f7fdd54efb6e20cd7d8691c45c8f7 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Fri, 24 Oct 2025 16:17:14 +0200 Subject: [PATCH] fix: note direct edit fab position Signed-off-by: alperozturk --- app/src/main/res/layout/fragment_note_direct_edit.xml | 3 ++- app/src/main/res/values/dimens.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_note_direct_edit.xml b/app/src/main/res/layout/fragment_note_direct_edit.xml index 29d4039dd..260319eaa 100644 --- a/app/src/main/res/layout/fragment_note_direct_edit.xml +++ b/app/src/main/res/layout/fragment_note_direct_edit.xml @@ -32,7 +32,8 @@ style="?attr/floatingActionButtonPrimaryStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_margin="@dimen/spacer_2x" + android:layout_marginBottom="@dimen/note_direct_edit_fab_margin_bottom" + android:layout_marginEnd="@dimen/spacer_2x" android:contentDescription="@string/noteMode_plain_edit" android:text="@string/noteMode_plain_edit" android:visibility="gone" diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 92a573397..943dce10e 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -9,6 +9,7 @@ ~ SPDX-License-Identifier: GPL-3.0-or-later --> + 64dp 0dp