diff options
author | 2014-03-14 11:53:58 +0900 | |
---|---|---|
committer | 2014-03-14 14:28:59 +0900 | |
commit | 2ba410850b9cca7df93a9adfc18ee8a715178ccb (patch) | |
tree | e8e82799cabe06b3caa69bc5dae2536025560279 /java/res/xml-sw600dp/key_space_symbols.xml | |
parent | a9c1a3da63c83dd68424a0851079a55d110cc63a (diff) | |
download | latinime-2ba410850b9cca7df93a9adfc18ee8a715178ccb.tar.gz latinime-2ba410850b9cca7df93a9adfc18ee8a715178ccb.tar.xz latinime-2ba410850b9cca7df93a9adfc18ee8a715178ccb.zip |
Fix space key on tablet symbols/symbols shifted
This is a follow up of Ic175c5d792.
Bug: 13460706
Change-Id: I7d0121855a029a5006c78d53b630fedc8f57110c
Diffstat (limited to 'java/res/xml-sw600dp/key_space_symbols.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_space_symbols.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/key_space_symbols.xml b/java/res/xml-sw600dp/key_space_symbols.xml index d6f7cab09..b3cb5ac78 100644 --- a/java/res/xml-sw600dp/key_space_symbols.xml +++ b/java/res/xml-sw600dp/key_space_symbols.xml @@ -21,7 +21,7 @@ <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > - <include - latin:backgroundType="normal" - latin:keyboardLayout="@xml/key_space_5kw" /> + <Key + latin:keyStyle="spaceKeyStyle" + latin:keyWidth="45.0%p" /> </merge> |