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

Commit ecfc6f34 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix wrong shift key icon in Material Light theme

Bug: 16208129
Change-Id: I34ba531bcdd9b18b3b84c78cf0cd9cae439ecd5d
parent 5747c745
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        <item name="iconShortcutKey">@drawable/sym_keyboard_voice_lxx_light</item>
        <!-- TODO: Update this icon for LXX_Light theme. -->
        <item name="iconSpaceKeyForNumberLayout">@drawable/sym_keyboard_space_holo_dark</item>
        <item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_lxx_dark</item>
        <item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_lxx_light</item>
        <item name="iconShortcutKeyDisabled">@drawable/sym_keyboard_voice_off_lxx_light</item>
        <item name="iconLanguageSwitchKey">@drawable/sym_keyboard_language_switch_lxx_light</item>
        <item name="iconZwnjKey">@drawable/sym_keyboard_zwnj_lxx_light</item>