Fix Chevron in Forum sometimes losing its Blue Color

This commit is contained in:
Torsten Grote
2016-07-29 16:10:29 -03:00
committed by akwizgran
parent 15d139afd4
commit 5a2fd2018f
4 changed files with 18 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@drawable/chevron48dp_down"/>
<item android:drawable="@drawable/chevron48dp_down" android:state_selected="true"/>
<item android:drawable="@drawable/chevron48dp_up"/>
</selector>