mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Use secondary color for manga info header action button default state
This commit is contained in:
parent
99b96d80d0
commit
72d114d46a
1 changed files with 1 additions and 1 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="?attr/colorAccent" android:state_activated="true" />
|
||||
<item android:color="?attr/colorOnBackground" android:state_activated="false" />
|
||||
<item android:color="?android:attr/textColorSecondary" android:state_activated="false" />
|
||||
</selector>
|
||||
|
|
Loading…
Reference in a new issue