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

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

Remove unnecessarily overridden defaultEnterKeyStyle

The overriding defaultEnterKeyStyle was needed because there were two
Key's attributes to control key's visual, keyLabel and
keyIcon. Because these were merged into one keySpec attribute, there
is no need to override defaultEnterKeyStyle.

Bug: 16787857
Change-Id: I78ca2c7c9349e4532c67e8d6468a5b98309adc05
parent 6474ef99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@
    <!-- Enter key style -->
    <key-style
        latin:styleName="defaultEnterKeyStyle"
        latin:keySpec="!icon/enter_key|!code/key_enter"
        latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor"
        latin:keyActionFlags="noKeyPreview"
        latin:backgroundType="action"
+0 −8
Original line number Diff line number Diff line
@@ -122,12 +122,4 @@
        latin:keySpec="!icon/space_key_for_number_layout|!code/key_space"
        latin:keyActionFlags="enableLongPress"
        latin:parentStyle="numKeyBaseStyle" />
    <!-- Override defaultEnterKeyStyle in key_styles_enter.xml -->
    <key-style
        latin:styleName="defaultEnterKeyStyle"
        latin:keySpec="!icon/enter_key|!code/key_enter"
        latin:keyLabelFlags="preserveCase|autoXScale|followKeyLargeLabelRatio"
        latin:keyActionFlags="noKeyPreview"
        latin:backgroundType="functional"
        latin:parentStyle="navigateMoreKeysStyle" />
</merge>