From 9e906b475c6d3836b8bda6e1f30417ab65756fda Mon Sep 17 00:00:00 2001 From: ykahveci Date: Sun, 2 Aug 2026 13:48:26 +0200 Subject: [PATCH] fix(note-preview): correctly align edit fab to the bottom Signed-off-by: ykahveci --- app/src/main/res/layout/fragment_note_preview.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_note_preview.xml b/app/src/main/res/layout/fragment_note_preview.xml index 82aeadfc0..a362907c5 100644 --- a/app/src/main/res/layout/fragment_note_preview.xml +++ b/app/src/main/res/layout/fragment_note_preview.xml @@ -101,6 +101,6 @@ android:visibility="visible" app:backgroundTint="@color/defaultBrand" app:icon="@drawable/ic_edit_grey600_24dp" - app:layout_anchor="@+id/direct_editing" - app:layout_anchorGravity="center" /> + app:layout_anchor="@id/scrollView" + app:layout_anchorGravity="bottom|end" />