Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Use secondary color for manga info header action button default state

Cette révision appartient à :
arkon 2020-10-12 16:59:05 -04:00
Parent 99b96d80d0
révision 72d114d46a

Voir le fichier

@ -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>