Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15d1104e authored by Steve McKay's avatar Steve McKay Committed by android-build-merger
Browse files

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

am: 151f4b9

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

Change-Id: I69c074e69ee99ee986ffebf8db820aa990f99aa4
parents 34834c90 8a9e67d3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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>