diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-09-21 09:08:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 09:08:10 +0200 |
commit | 64f26d07124ea425488ed8af95c624af1f67e76e (patch) | |
tree | efa15c10123e5f2b2b35638ead80908bd27cac13 /app/src/main/res/xml | |
parent | c5dba814d27ae37bb3b53dd011c5b80b6b654f5b (diff) | |
parent | 2dce723a8d4e451d0f74f3feb249621b5468717a (diff) | |
download | AntennaPod-64f26d07124ea425488ed8af95c624af1f67e76e.zip |
Merge pull request #3433 from ByteHamster/bug-report-section
Bug report section
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 6c1e470c0..37707ead6 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -43,16 +43,14 @@ <Preference android:key="prefFaq" android:title="@string/pref_faq" - android:icon="?attr/ic_question_answer" /> - + android:icon="?attr/ic_questionmark" /> <Preference - android:key="prefKnownIssues" - android:title="@string/pref_known_issues" - android:icon="?attr/ic_known_issues" /> + android:key="prefViewMailingList" + android:title="@string/view_mailing_list" + android:icon="?attr/ic_chat" /> <Preference - android:key="prefSendCrashReport" - android:title="@string/crash_report_title" - android:summary="@string/crash_report_sum" + android:key="prefSendBugReport" + android:title="@string/bug_report_title" android:icon="?attr/ic_bug" /> <Preference android:key="prefAbout" |