Revert "Changed settings menus to dropdowns"

This reverts commit f652e2b403.
This commit is contained in:
ottoptj 2024-11-02 08:09:57 +02:00
commit 114bb560ea

View file

@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="50dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="0dp"
android:visibility="visible"> android:visibility="invisible">
<Spinner <Spinner
android:id="@+id/preferenceOptions" android:id="@+id/preferenceOptions"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:dropDownWidth="wrap_content" android:spinnerMode="dialog" />
android:spinnerMode="dropdown" />
</LinearLayout> </LinearLayout>