Tint current root icon.
Bug: 27564967 Change-Id: I7ccd5940cf58d214c96ca869ce78b736c5b4d83d
This commit is contained in:
@@ -15,5 +15,10 @@
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@*android:color/secondary_text_material_light" />
|
||||
<item
|
||||
android:state_activated="false"
|
||||
android:color="@*android:color/secondary_text_material_light" />
|
||||
<item
|
||||
android:state_activated="true"
|
||||
android:color="@color/root_activated_color" />
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user