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
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user