diff options
author | Simon Rutishauser <simon.rutishauser@web.de> | 2013-09-29 17:08:26 +0200 |
---|---|---|
committer | Simon Rutishauser <simon.rutishauser@web.de> | 2013-09-29 17:19:11 +0200 |
commit | 8fbd1ecf9ceec0523447346c1ae93e0cb612a96a (patch) | |
tree | 47d2ba041a28d44578ab7e72d2efe2fdbbaa751e /res/xml | |
parent | 83bb0a608440c21ce61af68df0a8be0c387f1c0c (diff) | |
download | AntennaPod-8fbd1ecf9ceec0523447346c1ae93e0cb612a96a.zip |
this consolidates the code from pull request #253 (flattr queue and auto flattr) into a single commit, rebased onto the current development branch
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 65507a346..0b2a3a264 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -80,6 +80,12 @@ <intent android:action=".activities.FlattrAuthActivity"/> </PreferenceScreen> + <CheckBoxPreference + android:defaultValue="false" + android:enabled="false" + android:key="pref_auto_flattr" + android:summary="@string/pref_auto_flattr_sum" + android:title="@string/pref_auto_flattr_title" /> <Preference android:key="prefRevokeAccess" android:summary="@string/pref_revokeAccess_sum" @@ -106,7 +112,6 @@ android:key="pref_gpodnet_hostname" android:title="@string/pref_gpodnet_sethostname_title"/> </PreferenceScreen> - </PreferenceCategory> <PreferenceCategory android:title="@string/other_pref"> <Preference @@ -127,4 +132,4 @@ </PreferenceCategory> -</PreferenceScreen>
\ No newline at end of file +</PreferenceScreen> |