mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
Reorder sponsorblock
This commit is contained in:
parent
814c039b4e
commit
535d009342
@ -71,7 +71,14 @@
|
||||
android:icon="@drawable/ic_theme"
|
||||
/>
|
||||
|
||||
<ListPreference
|
||||
<androidx.preference.Preference
|
||||
app:title="@string/sponsorblock"
|
||||
app:key="sponsorblock"
|
||||
app:summary="@string/sponsorblock_summary"
|
||||
android:icon="@drawable/ic_sponsorblock"
|
||||
/>
|
||||
|
||||
<ListPreference
|
||||
app:title="@string/defaultTab"
|
||||
app:key="default_tab"
|
||||
app:entries="@array/tabs"
|
||||
@ -79,13 +86,6 @@
|
||||
app:defaultValue="home"
|
||||
android:icon="@drawable/ic_home"
|
||||
/>
|
||||
|
||||
<androidx.preference.Preference
|
||||
app:title="@string/sponsorblock"
|
||||
app:key="sponsorblock"
|
||||
app:summary="@string/sponsorblock_summary"
|
||||
android:icon="@drawable/ic_sponsorblock"
|
||||
/>
|
||||
|
||||
<ListPreference
|
||||
app:title="@string/defres"
|
||||
|
Loading…
Reference in New Issue
Block a user