Merge "Tint current root icon." into nyc-dev

am: 151f4b9

* commit '151f4b9b30606d85ed6aafcc687940f6c6abd756':
  Tint current root icon.

Change-Id: Idb490e99448d3fc5d43b1865297f9eefec7ed9f0
This commit is contained in:
Steve McKay
2016-04-12 16:56:31 +00:00
committed by android-build-merger

View File

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