diff options
author | 2010-12-07 14:06:32 +0900 | |
---|---|---|
committer | 2010-12-07 14:18:13 +0900 | |
commit | 2ff2a0410fea2051a084f31579b6c7130b477875 (patch) | |
tree | f2fc4cc6b6dd1e83e14cc162306e59bb885ebcad /java/res/xml-xlarge/kbd_number.xml | |
parent | 292faee8ba73797c8a97052c02f9b571cfb128b3 (diff) | |
download | latinime-2ff2a0410fea2051a084f31579b6c7130b477875.tar.gz latinime-2ff2a0410fea2051a084f31579b6c7130b477875.tar.xz latinime-2ff2a0410fea2051a084f31579b6c7130b477875.zip |
Add a mic key to tablet keyboard tentatively for implementation
Bug: 3253559
Change-Id: Iba0b7488e112d5f136f6c1a7bfbeab0dac298d54
Diffstat (limited to 'java/res/xml-xlarge/kbd_number.xml')
-rw-r--r-- | java/res/xml-xlarge/kbd_number.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/xml-xlarge/kbd_number.xml b/java/res/xml-xlarge/kbd_number.xml index f5f4fbc8a..119846632 100644 --- a/java/res/xml-xlarge/kbd_number.xml +++ b/java/res/xml-xlarge/kbd_number.xml @@ -128,6 +128,9 @@ latin:keyLabel="0" /> <Key latin:keyLabel="#" /> + <Key + latin:keyStyle="micKeyStyle" + latin:keyWidth="8.042%p" /> <!-- There is an empty area bellow the "Enter" key and right of the "#" key. To ignore the touch event on the area, "#" is intentionally not marked as a right edge key. --> </Row> |