Merge "Tint current root icon." into nyc-dev
am: 151f4b9
* commit '151f4b9b30606d85ed6aafcc687940f6c6abd756':
Tint current root icon.
Change-Id: Idb490e99448d3fc5d43b1865297f9eefec7ed9f0
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