aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/about_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/about_preferences.xml')
-rw-r--r--app/src/main/res/xml/about_preferences.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml
index a16237e4..e27844fc 100644
--- a/app/src/main/res/xml/about_preferences.xml
+++ b/app/src/main/res/xml/about_preferences.xml
@@ -10,4 +10,24 @@
app:title="@string/settings_credits_master_title"
app:fragment="Settings.CreditsPreferenceFragment" />
+ <Preference
+ android:key="open_source"
+ app:title="@string/settings_open_source_title"
+ app:summary="@string/settings_open_source_summary" />
+
+ <Preference
+ android:key="rate"
+ app:title="@string/settings_rate_title"
+ app:summary="@string/settings_rate_summary" />
+
+ <Preference
+ android:key="email"
+ app:title="@string/settings_email_title"
+ app:summary="@string/settings_email_summary" />
+
+ <Preference
+ android:key="reddit_account"
+ app:title="@string/settings_reddit_account_title"
+ app:summary="@string/settings_reddit_account_summary" />
+
</PreferenceScreen> \ No newline at end of file