diff options
author | 2012-04-23 15:33:59 +0900 | |
---|---|---|
committer | 2012-04-24 01:47:03 +0900 | |
commit | c04075b1385cd362b3ecb48c8fa0e4d1f40a9b9a (patch) | |
tree | bd62495a6c893684a144392a419f71fe83a873b8 /java/res/xml-sw600dp/row_qwerty4.xml | |
parent | 9a7cdb2051ad7b73dcd5c49655bef5914f60cda1 (diff) | |
download | latinime-c04075b1385cd362b3ecb48c8fa0e4d1f40a9b9a.tar.gz latinime-c04075b1385cd362b3ecb48c8fa0e4d1f40a9b9a.tar.xz latinime-c04075b1385cd362b3ecb48c8fa0e4d1f40a9b9a.zip |
Cleanup <include/> and etc. in keyboard XML
* Remove keyXPos and keyWidth from key_*.xml and make it more generic.
* Add keyXPos and keyWidth to <include/> generalized key_*.xml.
* Remove zero width <Spacer/> and fold into successive <include/>.
Change-Id: I4b5c02a165ba0bc9ef8741be0b4938c1efaf5e27
Diffstat (limited to 'java/res/xml-sw600dp/row_qwerty4.xml')
-rw-r--r-- | java/res/xml-sw600dp/row_qwerty4.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/row_qwerty4.xml b/java/res/xml-sw600dp/row_qwerty4.xml index 58610ae15..76ac3a0d0 100644 --- a/java/res/xml-sw600dp/row_qwerty4.xml +++ b/java/res/xml-sw600dp/row_qwerty4.xml @@ -32,15 +32,15 @@ <include latin:keyboardLayout="@xml/key_f1" /> <include + latin:keyXPos="30.750%p" latin:keyboardLayout="@xml/key_space" /> <include latin:keyboardLayout="@xml/key_apostrophe" /> <include latin:keyboardLayout="@xml/key_dash" /> - <Spacer - latin:keyXPos="-10.00%p" - latin:keyWidth="0%p" /> <include + latin:keyXPos="-10.00%p" + latin:keyWidth="fillRight" latin:keyboardLayout="@xml/key_shortcut" /> </Row> </merge> |