commit | d333091d79703a7f55e612f517e68a29ca1200df | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon May 09 16:11:26 2022 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon May 09 16:12:06 2022 -0700 |
tree | 0ea8af0d9751cfa9ac306c67e1fe1eecc40ccb70 | |
parent | 7869000544aec53485f0ee4d4a4330adc9a15571 [diff] |
Fixing wrong alpha for disbled icon Bug: 230852221 Test: Verified manually Change-Id: I73fb1ac73ff374cd67b3f26367814ea5b0b49a3b
diff --git a/res/values/styles.xml b/res/values/styles.xml index 864bb58..2109510 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml
@@ -76,7 +76,7 @@ </style> <style name="LauncherTheme.DarkMainColor" parent="@style/LauncherTheme"> - <item name="disabledIconAlpha">.254</item> + <item name="disabledIconAlpha">.54</item> </style>