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

Commit 151f4b9b authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

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

parents 4e540f90 be4e5ebd
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>