summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorpeakvalleytech <65185819+peakvalleytech@users.noreply.github.com>2021-04-02 09:18:33 -0700
committerGitHub <noreply@github.com>2021-04-02 18:18:33 +0200
commitbb51e9ebd97579553ff2301262e38ac90d5dc925 (patch)
tree3014345bdccf7e6d0800e4449e3dd3bafb64ca45 /app/src/main/res
parentea4488c18112de4ee8a328ca14fadf79b171004c (diff)
downloadAntennaPod-bb51e9ebd97579553ff2301262e38ac90d5dc925.zip
Add Contribute entry to settings screen under 'Project' (#5028)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 805dff47d..8cf31a20f 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -61,6 +61,10 @@
android:title="@string/visit_user_forum"
android:icon="?attr/ic_chat" />
<Preference
+ android:key="prefContribute"
+ android:title="@string/pref_contribute"
+ android:icon="?attr/ic_contribute" />
+ <Preference
android:key="prefSendBugReport"
android:title="@string/bug_report_title"
android:icon="?attr/ic_bug" />