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

Commit d333091d authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing wrong alpha for disbled icon

Bug: 230852221
Test: Verified manually
Change-Id: I73fb1ac73ff374cd67b3f26367814ea5b0b49a3b
parent 78690005
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>