diff options
author | 2011-06-24 02:21:33 +0900 | |
---|---|---|
committer | 2011-06-24 02:21:33 +0900 | |
commit | c83d0f0c856982688963d78ef5e75145977a113e (patch) | |
tree | 18ae827fe80d87e401ee42425c74f8098c483b4d /java | |
parent | 80b79bf9a2bc2ad1e1e9c53782657f47fb1de2c2 (diff) | |
download | latinime-c83d0f0c856982688963d78ef5e75145977a113e.tar.gz latinime-c83d0f0c856982688963d78ef5e75145977a113e.tar.xz latinime-c83d0f0c856982688963d78ef5e75145977a113e.zip |
Fix stale key style reference
This is a followup change of Ie7413852.
Bug: 4586882
Change-Id: I3472b1dc718b0fd24f419cb559553f9133ed84f9
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-sw600dp/kbd_qwerty_f2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/kbd_qwerty_f2.xml b/java/res/xml-sw600dp/kbd_qwerty_f2.xml index 2724755b0..7638ee4b4 100644 --- a/java/res/xml-sw600dp/kbd_qwerty_f2.xml +++ b/java/res/xml-sw600dp/kbd_qwerty_f2.xml @@ -38,7 +38,7 @@ latin:voiceKeyEnabled="true" > <Key - latin:keyStyle="micKeyStyle" + latin:keyStyle="shortcutKeyStyle" latin:keyWidth="fillBoth" latin:keyEdgeFlags="right" /> </case> @@ -56,7 +56,7 @@ latin:voiceKeyEnabled="true" > <Key - latin:keyStyle="micKeyStyle" + latin:keyStyle="shortcutKeyStyle" latin:keyWidth="fillBoth" latin:keyEdgeFlags="right" /> </case> |