Update bottom_navigation_color res file

parent 1aca08bd
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:color="@color/bottomNavigationSelectedColor"/>
<item android:state_checked="false" android:color="@color/bottomNavigationTintColor"/>
<item android:state_checked="true" android:color="@color/bottomNavigationSelectedColor"/>
<item android:state_checked="false" android:color="@color/bottomNavigationTintColor"/>
</selector>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment