From 4f138a55d6ce1e8382113e9365f0e985e54b44c6 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Fri, 3 Jul 2026 11:02:23 +0300 Subject: [PATCH] Add more space to fix last menu item half-cut --- app/src/main/res/layout/bottom_selection_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/bottom_selection_dialog.xml b/app/src/main/res/layout/bottom_selection_dialog.xml index 55ca6562e4e..78916970b1f 100644 --- a/app/src/main/res/layout/bottom_selection_dialog.xml +++ b/app/src/main/res/layout/bottom_selection_dialog.xml @@ -37,6 +37,7 @@ android:paddingTop="10dp" android:dividerHeight="1dp" android:requiresFadingEdge="vertical" + android:paddingBottom="32dp" android:nextFocusRight="@id/cancel_btt" android:nextFocusLeft="@id/apply_btt" tools:listitem="@layout/sort_bottom_single_choice" />