1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-29 14:27:39 +00:00

reorder peertube settings entry

This commit is contained in:
yausername
2019-12-03 07:16:25 +05:30
parent 0c40a45075
commit d32ad36f3d

View File

@@ -12,13 +12,6 @@
android:summary="%s"
android:title="@string/content_language_title"/>
<PreferenceScreen
app:iconSpaceReserved="false"
android:fragment="org.schabi.newpipe.settings.PeertubeInstanceListFragment"
android:key="@string/peertube_instance_setup_key"
android:title="@string/peertube_instance_url_title"
android:summary="@string/peertube_instance_url_summary"/>
<ListPreference
app:iconSpaceReserved="false"
android:defaultValue="@string/default_country_value"
@@ -28,6 +21,13 @@
android:summary="%s"
android:title="@string/default_content_country_title"/>
<PreferenceScreen
app:iconSpaceReserved="false"
android:fragment="org.schabi.newpipe.settings.PeertubeInstanceListFragment"
android:key="@string/peertube_instance_setup_key"
android:title="@string/peertube_instance_url_title"
android:summary="@string/peertube_instance_url_summary"/>
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"