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

Commit 18ef04fe authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Use theme attributes for dual tone icons

Partial revert of ag/4862272

Fixes: 130621434
Test: look at status bar with dark theme on and off
Test: look at status bar with light or dark wallpaper
Change-Id: Ifde5c27241bfe2f7bc0350e99fc090914beef2a0
parent db83b440
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:alpha="0.24" android:color="@android:color/black" />
    <item android:alpha="0.24" android:color="?android:attr/colorBackground" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:alpha="0.47" android:color="@android:color/black" />
    <item android:alpha="0.47" android:color="?android:attr/colorBackground" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:alpha="0.3" android:color="@android:color/white" />
    <item android:alpha="0.3" android:color="?android:attr/colorForeground" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@android:color/white" />
    <item android:color="?android:attr/colorForeground" />
</selector>
 No newline at end of file