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

Commit 536e68f1 authored by Nicholas Chum's avatar Nicholas Chum Committed by Clark Scheff
Browse files

Themes: Allow SystemUI Tuner Icon to be Tinted

This removes the hardcoded #4dffffff icon tint on the small wrench icon
next to the Settings shortcut in QS.

Change-Id: If087fa2e1a6bf6945ec30f49c620c7e78a0df989
parent 3ba963df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:paddingStart="36dp"
            android:tint="#4DFFFFFF"
            android:tint="@color/tuner_icon_tint"
            android:tintMode="src_in"
            android:visibility="invisible"
            android:src="@drawable/tuner" />
+2 −0
Original line number Diff line number Diff line
@@ -65,4 +65,6 @@
    <!-- QS Toast Text color -->
    <color name="quick_settings_toast_color">#ffbe1b</color>

    <!-- SystemUI Tuner Icon Tint Color -->
    <color name="tuner_icon_tint">#4dffffff</color>
</resources>