diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-19 17:35:52 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-19 17:35:52 +0200 |
commit | 9eaffe684dd1c91b0e8f62d8520c348d5575da8e (patch) | |
tree | 2438a8d306b93d5a80e9072e07da1b3273d786c1 /res/xml | |
parent | 2bfee6d4675f733822bc61ea99dfaf2097794dbd (diff) | |
download | AntennaPod-9eaffe684dd1c91b0e8f62d8520c348d5575da8e.zip |
Added option to set gpodder.net hostname
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 099ad27e9..65507a346 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -102,6 +102,9 @@ <Preference android:key="pref_gpodnet_logout" android:title="@string/pref_gpodnet_logout_title"/> + <Preference + android:key="pref_gpodnet_hostname" + android:title="@string/pref_gpodnet_sethostname_title"/> </PreferenceScreen> </PreferenceCategory> |