summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 00a8b5f64..2521d3c83 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -35,8 +35,12 @@
<PreferenceScreen
android:summary="@string/pref_flattr_auth_sum"
android:title="@string/pref_flattr_auth_title" >
- <intent android:action=".activities.FlattrAuthActivity"/>
+ <intent android:action=".activities.FlattrAuthActivity" />
</PreferenceScreen>
+ <Preference
+ android:summary="@string/pref_flattr_this_app_sum"
+ android:title="@string/pref_flattr_this_app_title" android:key="prefFlattrThisApp">
+ </Preference>
</PreferenceCategory>
<PreferenceCategory android:title="@string/other_pref" >
<Preference android:title="@string/version_pref" />