mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
move the reset preferences button to the bottom of the advanced settings
This commit is contained in:
parent
7c7ea3b7a8
commit
0265915cd8
@ -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>
|
Loading…
x
Reference in New Issue
Block a user