summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_flattr.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2018-05-06 17:45:25 +0200
committerGitHub <noreply@github.com>2018-05-06 17:45:25 +0200
commitf6faca95c0786b973ba3a218934211c33ad467d0 (patch)
tree87fd7a5e598a998e96e9e6a66fa8da7c2c6e226b /app/src/main/res/xml/preferences_flattr.xml
parentb156458d832e54420627b28662d347b774c3e109 (diff)
parentc3510d821dff78298d68087ab6b4c6bfe33d1e89 (diff)
downloadAntennaPod-f6faca95c0786b973ba3a218934211c33ad467d0.zip
Merge pull request #2673 from ByteHamster/preference-support
Switched to PreferenceFragmentCompat
Diffstat (limited to 'app/src/main/res/xml/preferences_flattr.xml')
-rw-r--r--app/src/main/res/xml/preferences_flattr.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_flattr.xml b/app/src/main/res/xml/preferences_flattr.xml
new file mode 100644
index 000000000..6b4c38a0b
--- /dev/null
+++ b/app/src/main/res/xml/preferences_flattr.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <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="prefAutoFlattrPrefs"
+ android:summary="@string/pref_auto_flattr_sum"
+ android:title="@string/pref_auto_flattr_title"/>
+ <Preference
+ android:key="prefRevokeAccess"
+ android:summary="@string/pref_revokeAccess_sum"
+ android:title="@string/pref_revokeAccess_title"/>
+
+</PreferenceScreen>