summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-26 12:09:20 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-26 12:09:20 +0200
commit0cce685cc9cfcd54d87674c88e6173b9b6aa1c2d (patch)
tree5e23f177f40bce1a9551a64ef168afa556cc7650 /res/xml/preferences.xml
parent20397a06e65591574289e2db3640e7072e1e5031 (diff)
downloadAntennaPod-0cce685cc9cfcd54d87674c88e6173b9b6aa1c2d.zip
Restored flattr integration
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e13da035d..d6c9ff1aa 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -31,9 +31,28 @@
android:summary="@string/pref_mobileUpdate_sum"
android:title="@string/pref_mobileUpdate_title" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/other_pref" ><Preference android:summary="@string/pref_flattr_this_app_sum" android:title="@string/pref_flattr_this_app_title" android:key="prefFlattrThisApp">
+ <PreferenceCategory android:title="@string/flattr_settings_label" >
+ <PreferenceScreen
+ android:key="pref_flattr_authenticate"
+ android:summary="@string/pref_flattr_auth_sum"
+ android:title="@string/pref_flattr_auth_title" >
+ <intent android:action=".activities.FlattrAuthActivity" />
+ </PreferenceScreen>
+
+ <Preference
+ android:key="prefRevokeAccess"
+ android:summary="@string/pref_revokeAccess_sum"
+ android:title="@string/pref_revokeAccess_title" />
+ </PreferenceCategory>
+ <PreferenceCategory android:title="@string/other_pref" >
+ <Preference
+ android:key="prefFlattrThisApp"
+ android:summary="@string/pref_flattr_this_app_sum"
+ android:title="@string/pref_flattr_this_app_title" >
</Preference>
- <Preference android:title="@string/about_pref" android:key="prefAbout"/>
+ <Preference
+ android:key="prefAbout"
+ android:title="@string/about_pref" />
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file