diff options
author | 2014-02-06 11:34:12 +0900 | |
---|---|---|
committer | 2014-02-07 18:47:22 +0900 | |
commit | a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (patch) | |
tree | 916bc97d73c42e47b357c2a92e67ae2324c0b5d8 /java/res/xml/rows_phone.xml | |
parent | d6f147e14293d717e94ae30f1f33750adec6b9c5 (diff) | |
download | latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.gz latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.xz latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.zip |
Consolidate keyIcon and code with keyLabel attribute
Change-Id: I75fbd348fab5022606ca14552eb03b15af6684c8
Diffstat (limited to 'java/res/xml/rows_phone.xml')
-rw-r--r-- | java/res/xml/rows_phone.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/xml/rows_phone.xml b/java/res/xml/rows_phone.xml index d8dcfbd62..6f05e51be 100644 --- a/java/res/xml/rows_phone.xml +++ b/java/res/xml/rows_phone.xml @@ -68,8 +68,7 @@ <!-- U+0030: "0" DIGIT ZERO --> <Key latin:keyStyle="num0KeyStyle" - latin:code="0x0030" - latin:keyLabel="0 +" + latin:keyLabel="0 +|0" latin:moreKeys="!noPanelAutoMoreKey!,+" /> <Key latin:keyStyle="numSpaceKeyStyle" /> |