diff options
author | 2014-03-14 06:25:49 +0000 | |
---|---|---|
committer | 2014-03-14 06:25:49 +0000 | |
commit | e06eb8cff49857ae548af56dc2ab7e3bd95a2d26 (patch) | |
tree | 0816b56540f7b060728c43ead2244fe6c5e91b16 /java | |
parent | 599e61d70ce9a3759dc649a5b50850cac039538e (diff) | |
parent | 2ba410850b9cca7df93a9adfc18ee8a715178ccb (diff) | |
download | latinime-e06eb8cff49857ae548af56dc2ab7e3bd95a2d26.tar.gz latinime-e06eb8cff49857ae548af56dc2ab7e3bd95a2d26.tar.xz latinime-e06eb8cff49857ae548af56dc2ab7e3bd95a2d26.zip |
Merge "Fix space key on tablet symbols/symbols shifted"
Diffstat (limited to 'java')
-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> |