Correctly theme download icon in settings (#6465)
This commit is contained in:
parent
1bc053186d
commit
446b938b3a
|
@ -25,7 +25,7 @@
|
||||||
android:key="prefScreenDownloads"
|
android:key="prefScreenDownloads"
|
||||||
android:title="@string/downloads_pref"
|
android:title="@string/downloads_pref"
|
||||||
android:summary="@string/downloads_pref_sum"
|
android:summary="@string/downloads_pref_sum"
|
||||||
android:icon="@drawable/ic_download_black" />
|
android:icon="@drawable/ic_download" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="prefScreenSynchronization"
|
android:key="prefScreenSynchronization"
|
||||||
|
|
Loading…
Reference in New Issue