mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Changed settings menus to dropdowns
This commit is contained in:
parent
d3401eb9d5
commit
f652e2b403
1 changed files with 6 additions and 5 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue