summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorsevenmaster <seven-master@hotmail.de>2018-10-04 09:23:17 +0200
committersevenmaster <seven-master@hotmail.de>2018-10-04 09:23:17 +0200
commitdf8024bb3eaed2984e5d826b3e7a66816b932125 (patch)
tree9a3d03abbc625d4fe746597ffd14b43be23e7258 /app/src
parenta79c7c0cfc40eaa508344a7c0ebab8697e8c4791 (diff)
downloadAntennaPod-df8024bb3eaed2984e5d826b3e7a66816b932125.zip
added icons in settings
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/xml/preferences.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index d3b72e17c..dfc2f4b1a 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -38,16 +38,21 @@
<PreferenceCategory android:title="@string/project_pref">
<Preference
android:key="prefFaq"
- android:title="@string/pref_faq"/>
+ android:title="@string/pref_faq"
+ android:icon="?attr/ic_question_answer" />
+
<Preference
android:key="prefKnownIssues"
- android:title="@string/pref_known_issues"/>
+ android:title="@string/pref_known_issues"
+ android:icon="?attr/ic_known_issues" />
<Preference
android:key="prefSendCrashReport"
android:title="@string/crash_report_title"
- android:summary="@string/crash_report_sum"/>
+ android:summary="@string/crash_report_sum"
+ android:icon="?attr/ic_bug" />
<Preference
android:key="prefAbout"
- android:title="@string/about_pref"/>
+ android:title="@string/about_pref"
+ android:icon="?attr/action_about" />
</PreferenceCategory>
</PreferenceScreen>