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

Commit 092b2c98 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Override InputMethodSwitcherDialog theme for watch" into main

parents fb62ef36 10519f99
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -548,4 +548,7 @@ a similar way.
        <item name="primaryContentAlpha">@dimen/primary_content_alpha_device_default</item>
        <item name="secondaryContentAlpha">@dimen/secondary_content_alpha_device_default</item>
    </style>

    <!--  Device default theme for the Input Method Switcher dialog. Override to make it dark.  -->
    <style name="Theme.DeviceDefault.InputMethodSwitcherDialog" parent="Theme.DeviceDefault.Dialog.Alert"/>
</resources>