aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-20 07:43:53 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-20 07:43:53 +0000
commitb06c24402b5d32527c8449f8a5bd02ddfd15736a (patch)
treefc1e4a3dc073a4e489d00dd23510ac0586bfa490 /app/src/main/res/xml
parentd9b9a7c3c13303e2f61b2cb557ab96ec1a23a7ac (diff)
downloadinfinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar.gz
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar.bz2
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar.lz
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar.xz
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.tar.zst
infinity-for-reddit-b06c24402b5d32527c8449f8a5bd02ddfd15736a.zip
Add a F-Droid option in settings.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/about_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml
index 82898326..2772f2ed 100644
--- a/app/src/main/res/xml/about_preferences.xml
+++ b/app/src/main/res/xml/about_preferences.xml
@@ -21,6 +21,11 @@
app:summary="@string/settings_rate_summary" />
<Preference
+ android:key="f-droid"
+ app:title="@string/settings_f_droid_title"
+ app:summary="@string/settings_f_droid_summary" />
+
+ <Preference
android:key="email"
app:title="@string/settings_email_title"
app:summary="@string/settings_email_summary" />