diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-20 23:38:13 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-20 23:38:13 +0200 |
commit | 2dce723a8d4e451d0f74f3feb249621b5468717a (patch) | |
tree | fe87d15e14fcf06c998b149ee94398ae202f200c /app/src/main/res/xml | |
parent | 742bbc5c9275f64445aa3c6e4029f307b11d8be9 (diff) | |
download | AntennaPod-2dce723a8d4e451d0f74f3feb249621b5468717a.zip |
Added button to view mailing list
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 4 |
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 15c4cd5c6..37707ead6 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -45,6 +45,10 @@ android:title="@string/pref_faq" android:icon="?attr/ic_questionmark" /> <Preference + android:key="prefViewMailingList" + android:title="@string/view_mailing_list" + android:icon="?attr/ic_chat" /> + <Preference android:key="prefSendBugReport" android:title="@string/bug_report_title" android:icon="?attr/ic_bug" /> |