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

Commit 20293000 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Use theme attributes for dual tone icons" into qt-dev

am: f16a0d46

Change-Id: I01f09b871d177356e8bfebad325eb4abf40d5b73
parents bed3be61 f16a0d46
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