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

Commit 8a9e67d3 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 dcc8725a 688560e9
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>