mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Reorder sponsorblock
This commit is contained in:
parent
814c039b4e
commit
535d009342
@ -71,7 +71,14 @@
|
|||||||
android:icon="@drawable/ic_theme"
|
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:title="@string/defaultTab"
|
||||||
app:key="default_tab"
|
app:key="default_tab"
|
||||||
app:entries="@array/tabs"
|
app:entries="@array/tabs"
|
||||||
@ -79,13 +86,6 @@
|
|||||||
app:defaultValue="home"
|
app:defaultValue="home"
|
||||||
android:icon="@drawable/ic_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
|
<ListPreference
|
||||||
app:title="@string/defres"
|
app:title="@string/defres"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user