From 114bb560ea30006c129f5c3a25d32c727227f34c Mon Sep 17 00:00:00 2001 From: ottoptj Date: Sat, 2 Nov 2024 08:09:57 +0200 Subject: [PATCH] Revert "Changed settings menus to dropdowns" This reverts commit f652e2b403df45a1dae8b60bc09335e5f25af5ca. --- app/src/main/res/layout/preference_spinner.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/preference_spinner.xml b/app/src/main/res/layout/preference_spinner.xml index 1aa3b64..88786c4 100644 --- a/app/src/main/res/layout/preference_spinner.xml +++ b/app/src/main/res/layout/preference_spinner.xml @@ -1,14 +1,13 @@ + android:layout_width="0dp" + android:layout_height="0dp" + android:visibility="invisible"> + android:spinnerMode="dialog" /> \ No newline at end of file