mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Also required updates to colors and status bar icons to match with new color. Bug: 179922117 Test: local build and flash on two devices Change-Id: Ibec54107f52c01f125e6d100abe32434f2067b71
11 lines
404 B
XML
11 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:alpha="1"
|
|
android:color="?android:attr/textColorPrimary"
|
|
android:state_enabled="true" />
|
|
<item
|
|
android:alpha="?android:disabledAlpha"
|
|
android:color="?android:attr/textColorPrimary"
|
|
android:state_enabled="false" />
|
|
</selector> |