move the reset preferences button to the bottom of the advanced settings

This commit is contained in:
Bnyro 2022-11-23 17:55:17 +01:00
parent 7c7ea3b7a8
commit 0265915cd8

View File

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