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:
ottoptj 2024-09-02 06:09:25 +03:00
commit be4dd79e89
11 changed files with 309 additions and 90 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SpinnerPreference">
<attr name="android:entries" />
<attr name="android:entryValues" />
<attr name="android:defaultValue" />
</declare-styleable>
</resources>