Skip to content
Snippets Groups Projects
Commit c007e886 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Swap space and dot of number keyboard of phone

Bug: 14419121
Change-Id: I0968b46cfabd3d0a37a705451e38bd922b69e7ec
parent 591ec83e
No related branches found
No related tags found
No related merge requests found
...@@ -90,11 +90,6 @@ ...@@ -90,11 +90,6 @@
latin:keyWidth="fillRight" /> latin:keyWidth="fillRight" />
</Row> </Row>
<Row> <Row>
<Key
latin:keyStyle="numSpaceKeyStyle" />
<Key
latin:keySpec="0"
latin:keyStyle="numKeyStyle" />
<switch> <switch>
<case <case
latin:mode="date" latin:mode="date"
...@@ -124,6 +119,11 @@ ...@@ -124,6 +119,11 @@
latin:keyStyle="numKeyStyle" /> latin:keyStyle="numKeyStyle" />
</default> </default>
</switch> </switch>
<Key
latin:keySpec="0"
latin:keyStyle="numKeyStyle" />
<Key
latin:keyStyle="numSpaceKeyStyle" />
<Key <Key
latin:keyStyle="enterKeyStyle" latin:keyStyle="enterKeyStyle"
latin:keyWidth="fillRight" /> latin:keyWidth="fillRight" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment