summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-12 13:36:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-12 13:36:47 +0200
commit8f444d9ad5a8bfafd89c36cda34c256cc143febc (patch)
tree16444846f5ee7f91e4f45bf36ca8c19a9a56f971 /res/xml/preferences.xml
parent9539ead467e13cd1c8e338d621e7bdb877afa1b3 (diff)
downloadAntennaPod-8f444d9ad5a8bfafd89c36cda34c256cc143febc.zip
Added activities and classes for flattr authentication
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a7433ac7f..00a8b5f64 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -16,7 +16,6 @@
android:title="@string/pref_followQueue_title" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/network_pref" >
-
<ListPreference
android:defaultValue="0"
android:entries="@array/update_intervall_options"
@@ -32,6 +31,13 @@
android:summary="@string/pref_mobileUpdate_sum"
android:title="@string/pref_mobileUpdate_title" />
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/flattr_settings_label" >
+ <PreferenceScreen
+ android:summary="@string/pref_flattr_auth_sum"
+ android:title="@string/pref_flattr_auth_title" >
+ <intent android:action=".activities.FlattrAuthActivity"/>
+ </PreferenceScreen>
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/other_pref" >
<Preference android:title="@string/version_pref" />
<Preference android:title="@string/about_pref" />