diff options
Diffstat (limited to '')
-rw-r--r-- | java/res/xml/rows_lao.xml (renamed from java/res/xml-sw600dp/row_hebrew4.xml) | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/java/res/xml-sw600dp/row_hebrew4.xml b/java/res/xml/rows_lao.xml index f429f97fb..321f4112a 100644 --- a/java/res/xml-sw600dp/row_hebrew4.xml +++ b/java/res/xml/rows_lao.xml @@ -2,7 +2,7 @@ <!-- /* ** -** Copyright 2012, The Android Open Source Project +** Copyright 2013, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -21,24 +21,36 @@ <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > + <include + latin:keyboardLayout="@xml/key_styles_common" /> <Row - latin:keyWidth="9.0%p" - latin:backgroundType="functional" + latin:keyWidth="8.3333%p" > - <Key - latin:keyStyle="toSymbolKeyStyle" - latin:keyWidth="10.0%p" /> - <include - latin:keyboardLayout="@xml/key_shortcut" /> <include - latin:keyboardLayout="@xml/key_f1" /> + latin:keyboardLayout="@xml/rowkeys_lao1" /> + </Row> + <Row + latin:keyWidth="8.3333%p" + > <include - latin:keyXPos="28.0%p" - latin:keyboardLayout="@xml/key_space" - latin:backgroundType="normal" /> + latin:keyboardLayout="@xml/rowkeys_lao2" /> + </Row> + <Row + latin:keyWidth="8.3333%p" + > <include - latin:keyboardLayout="@xml/keys_comma_period" /> + latin:keyboardLayout="@xml/rowkeys_lao3" /> + </Row> + <Row + latin:keyWidth="8.3333%p" + > + <Key + latin:keyStyle="shiftKeyStyle" /> <include - latin:keyboardLayout="@xml/key_f2" /> + latin:keyboardLayout="@xml/rowkeys_lao4" /> + <Key + latin:keyStyle="deleteKeyStyle" /> </Row> + <include + latin:keyboardLayout="@xml/row_qwerty4" /> </merge> |