Merge "Fixing wrong alpha for disbled icon" into tm-dev

This commit is contained in:
Sunny Goyal
2022-05-10 15:51:59 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -76,7 +76,7 @@
</style>
<style name="LauncherTheme.DarkMainColor" parent="@style/LauncherTheme">
<item name="disabledIconAlpha">.254</item>
<item name="disabledIconAlpha">.54</item>
</style>