From df8024bb3eaed2984e5d826b3e7a66816b932125 Mon Sep 17 00:00:00 2001 From: sevenmaster Date: Thu, 4 Oct 2018 09:23:17 +0200 Subject: added icons in settings --- app/src/main/res/xml/preferences.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/xml') 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 @@ + android:title="@string/pref_faq" + android:icon="?attr/ic_question_answer" /> + + android:title="@string/pref_known_issues" + android:icon="?attr/ic_known_issues" /> + android:summary="@string/crash_report_sum" + android:icon="?attr/ic_bug" /> + android:title="@string/about_pref" + android:icon="?attr/action_about" /> -- cgit v1.2.3