Merge pull request #2010 from Bnyro/move-reset-prefs-btn-bottom

move the reset preferences button to the bottom of the advanced settings
This commit is contained in:
Bnyro 2022-11-23 17:55:30 +01:00 committed by GitHub
commit 2109312dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,6 @@
app:title="@string/maximum_image_cache" app:title="@string/maximum_image_cache"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
<Preference
android:icon="@drawable/ic_reset"
app:key="reset_settings"
app:title="@string/reset" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:icon="@drawable/ic_badge" android:icon="@drawable/ic_badge"
android:summary="@string/new_videos_badge_summary" android:summary="@string/new_videos_badge_summary"
@ -58,4 +53,13 @@
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory app:title="@string/misc">
<Preference
android:icon="@drawable/ic_reset"
app:key="reset_settings"
app:title="@string/reset" />
</PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>