From 72c256665fdabfe233f2babf8c32e5e04ff5cfdb Mon Sep 17 00:00:00 2001 From: swidom Date: Sun, 26 Oct 2025 01:08:58 +1100 Subject: [PATCH] remove paddingBottom --- app/src/main/res/layout/activity_edit.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_edit.xml b/app/src/main/res/layout/activity_edit.xml index 0e334f58e..1fc292785 100644 --- a/app/src/main/res/layout/activity_edit.xml +++ b/app/src/main/res/layout/activity_edit.xml @@ -23,8 +23,7 @@ android:layout_gravity="bottom|center" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="2dp" - android:paddingBottom="24dp"> + android:layout_margin="2dp">