From 1a4201000d2166d68f2c9551dab9841912f5d44c Mon Sep 17 00:00:00 2001 From: aikrq <95296093+aikrq@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:10:00 +0700 Subject: [PATCH] fix: Attempt to fix the FAB's weird margin behavior --- app/src/main/AndroidManifest.xml | 3 ++- .../aldi/sayuti/editor/manage/ManageLocalLibraryActivity.java | 3 ++- app/src/main/res/layout/manage_locallibraries.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5de9a3c389..a16068b67d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -225,7 +225,8 @@ android:configChanges="orientation|screenSize" /> + android:configChanges="orientation|screenSize" + android:windowSoftInputMode="adjustResize" /> + android:layout_height="match_parent" + android:fitsSystemWindows="true">