summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorKoen Glotzbach <11229646+keunes@users.noreply.github.com>2018-07-29 12:58:02 +0200
committerGitHub <noreply@github.com>2018-07-29 12:58:02 +0200
commitd9ef9714611a068e9bfb05204c968959b19ff059 (patch)
tree8f12f3e1bc44546eada2cc54854acfebf4fdefd3 /app/src/main/res/xml
parent3bd91238522e444e0921115e3d50cb2e3db81da1 (diff)
downloadAntennaPod-d9ef9714611a068e9bfb05204c968959b19ff059.zip
Move 'mobile updates' to 'details' section
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences_network.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/xml/preferences_network.xml b/app/src/main/res/xml/preferences_network.xml
index 0ab8e5866..dfb216b59 100644
--- a/app/src/main/res/xml/preferences_network.xml
+++ b/app/src/main/res/xml/preferences_network.xml
@@ -8,12 +8,6 @@
android:key="prefAutoUpdateIntervall"
android:summary="@string/pref_autoUpdateIntervallOrTime_sum"
android:title="@string/pref_autoUpdateIntervallOrTime_title"/>
- <SwitchPreference
- android:defaultValue="false"
- android:enabled="true"
- android:key="prefMobileUpdate"
- android:summary="@string/pref_mobileUpdate_sum"
- android:title="@string/pref_mobileUpdate_title"/>
<Preference
android:summary="@string/pref_automatic_download_sum"
android:key="prefAutoDownloadSettings"
@@ -29,6 +23,12 @@
android:title="@string/pref_parallel_downloads_title"
app:useStockLayout="true"/>
<SwitchPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefMobileUpdate"
+ android:summary="@string/pref_mobileUpdate_sum"
+ android:title="@string/pref_mobileUpdate_title"/>
+ <SwitchPreference
android:defaultValue="true"
android:enabled="true"
android:key="prefShowDownloadReport"