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

Commit 688560e9 authored by Steve McKay's avatar Steve McKay
Browse files

Tint current root icon.

Bug: 27564967
Change-Id: I7ccd5940cf58d214c96ca869ce78b736c5b4d83d
parent 9abe3725
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>