mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix accent color in bottom navigation icons
This commit is contained in:
parent
f0f7ef4dd8
commit
b7424ef92a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/riotx_accent" android:state_checked="true" />
|
||||
<item android:color="?colorAccent" android:state_checked="true" />
|
||||
<item android:color="?riotx_bottom_nav_icon_color" />
|
||||
</selector>
|
||||
</selector>
|
||||
|
|
Loading…
Reference in a new issue