mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 17:00:48 +01:00
Fix catalogue display mode icon tint (fixes #2724)
This commit is contained in:
parent
cd867f800e
commit
b000d96dd6
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
<item
|
<item
|
||||||
android:id="@+id/action_display_mode"
|
android:id="@+id/action_display_mode"
|
||||||
android:title="@string/action_display_mode"
|
android:title="@string/action_display_mode"
|
||||||
|
app:iconTint="?attr/colorOnPrimary"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
|
|
Loading…
Reference in a new issue