made debug setting get a debug symbol

This commit is contained in:
Christian Schabesberger 2018-02-21 23:14:14 +01:00
parent a3468b51e2
commit 46e088b5f3
13 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,7 @@
<PreferenceScreen
android:fragment="org.schabi.newpipe.settings.DebugSettingsFragment"
android:icon="?attr/info"
android:icon="?attr/bug"
android:title="@string/settings_category_debug_title"
android:key="@string/debug_pref_screen_key"/>
</PreferenceScreen>