mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Added an option to reset all preferences and implemented a different popup for selecting preferences. Also fixed a context menu bug.
This commit is contained in:
parent
f37393157b
commit
be4dd79e89
11 changed files with 309 additions and 90 deletions
13
app/src/main/res/layout/preference_spinner.xml
Normal file
13
app/src/main/res/layout/preference_spinner.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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">
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/preferenceOptions"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:spinnerMode="dialog" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue