mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
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:
commit
2109312dbe
@ -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>
|
Loading…
x
Reference in New Issue
Block a user