Bug 1105541 - Part 1: Use a light text color for tab titles with a dark LWT on new tablet. r=mhaigh

This commit is contained in:
Michael Comella 2014-12-12 14:03:21 -08:00
parent 3c36af6c35
commit adffdb3622

View File

@ -7,7 +7,11 @@
android:color="@color/text_color_primary_inverse"/>
<item android:state_checked="true"
android:color="@color/text_color_secondary"/>
android:color="@color/text_color_secondary"/>
<item android:state_checked="false"
gecko:state_dark="true"
android:color="@color/text_color_primary_inverse"/>
<item android:color="@color/text_color_secondary"/>