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

Commit 8ca6e815 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

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

parents b8e9cbcc d333091d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
    </style>

    <style name="LauncherTheme.DarkMainColor" parent="@style/LauncherTheme">
        <item name="disabledIconAlpha">.254</item>
        <item name="disabledIconAlpha">.54</item>

    </style>