From f652e2b403df45a1dae8b60bc09335e5f25af5ca Mon Sep 17 00:00:00 2001 From: ottoptj Date: Sat, 2 Nov 2024 08:04:34 +0200 Subject: [PATCH] Changed settings menus to dropdowns --- app/src/main/res/layout/preference_spinner.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/preference_spinner.xml b/app/src/main/res/layout/preference_spinner.xml index 88786c4..1aa3b64 100644 --- a/app/src/main/res/layout/preference_spinner.xml +++ b/app/src/main/res/layout/preference_spinner.xml @@ -1,13 +1,14 @@ + android:layout_width="50dp" + android:layout_height="match_parent" + android:visibility="visible"> + android:dropDownWidth="wrap_content" + android:spinnerMode="dropdown" /> \ No newline at end of file