Changed settings menus to dropdowns

This commit is contained in:
ottoptj 2024-11-02 08:04:34 +02:00
commit f652e2b403

View file

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