summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2018-09-04 23:45:08 +0200
committerGitHub <noreply@github.com>2018-09-04 23:45:08 +0200
commit9512c0133f09c783837d4e048a72619c854602c2 (patch)
tree9072b44339a0c8c5ca778bbff44443aed9546e92 /app/src/main/res
parent6ed4a033d0f777a047e755b768811cebbd5b2d6f (diff)
parentb4e875cb0991e24496febd013de9dc57956a5add (diff)
downloadAntennaPod-9512c0133f09c783837d4e048a72619c854602c2.zip
Merge pull request #2785 from keunes/patch-1
Update (preference) strings
Diffstat (limited to 'app/src/main/res')
-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..a40e54d31 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"
@@ -22,6 +16,12 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/download_pref_details">
+ <SwitchPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefMobileUpdate"
+ android:summary="@string/pref_mobileUpdate_sum"
+ android:title="@string/pref_mobileUpdate_title"/>
<EditTextPreference
android:defaultValue="4"
android:inputType="number"