diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-07-16 17:33:09 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-07-16 17:33:09 +0200 |
commit | f97a71d2f9952dfcee9da5ad776e7da96eea4db3 (patch) | |
tree | 263e53d5f3cf16bb5d6af4d1c2e3f522de76f699 /res/xml | |
parent | 0513302c78d20c41899caacdf27b9313f1c2b973 (diff) | |
download | AntennaPod-f97a71d2f9952dfcee9da5ad776e7da96eea4db3.zip |
Made automatic flattr threshold configurable
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 0afbbaca7..470e1a1fe 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -92,10 +92,8 @@ <intent android:action=".activities.FlattrAuthActivity"/> </PreferenceScreen> - <CheckBoxPreference - android:defaultValue="false" - android:enabled="false" - android:key="pref_auto_flattr" + <Preference + android:key="prefAutoFlattrPrefs" android:summary="@string/pref_auto_flattr_sum" android:title="@string/pref_auto_flattr_title" /> <Preference |