diff options
| author | krasimir <krasimir@chalmers.se> | 2015-08-06 12:23:27 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-08-06 12:23:27 +0000 |
| commit | 266fe48aa883be7c46bbf465942dc87c1813134c (patch) | |
| tree | e155a35d0e93d0be4f378c589c035433671cc72f /src/ui/android/res | |
| parent | f6796ced2d7b47a1ec2c770a74db811865719cc8 (diff) | |
a better layout for the Thai keyboard
Diffstat (limited to 'src/ui/android/res')
| -rw-r--r-- | src/ui/android/res/xml/thai_page1.xml | 2 | ||||
| -rw-r--r-- | src/ui/android/res/xml/thai_page2.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/android/res/xml/thai_page1.xml b/src/ui/android/res/xml/thai_page1.xml index 03e91a5c6..f951f5f41 100644 --- a/src/ui/android/res/xml/thai_page1.xml +++ b/src/ui/android/res/xml/thai_page1.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Keyboard xmlns:android="http://schemas.android.com/apk/res/android" - android:keyWidth="10%p" + android:keyWidth="9%p" android:horizontalGap="0px" android:verticalGap="0px" android:keyHeight="@dimen/key_height" diff --git a/src/ui/android/res/xml/thai_page2.xml b/src/ui/android/res/xml/thai_page2.xml index 0f0d5010a..00e76f525 100644 --- a/src/ui/android/res/xml/thai_page2.xml +++ b/src/ui/android/res/xml/thai_page2.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Keyboard xmlns:android="http://schemas.android.com/apk/res/android" - android:keyWidth="10%p" + android:keyWidth="9%p" android:horizontalGap="0px" android:verticalGap="0px" android:keyHeight="@dimen/key_height" @@ -21,8 +21,8 @@ <Key android:codes="3673" android:keyLabel="๙"/> </Row> - <Row> - <Key android:codes="3664" android:keyLabel="๐"/> + <Row android:keyWidth="8%p"> + <Key android:codes="3664" android:keyLabel="๐" android:horizontalGap="2%p"/> <Key android:codes="34" android:keyLabel='"'/> <Key android:codes="3598" android:keyLabel="ฎ"/> <Key android:codes="3601" android:keyLabel="ฑ"/> @@ -37,7 +37,7 @@ </Row> <Row> - <Key android:codes="3620" android:keyLabel="ฤ"/> + <Key android:codes="3620" android:keyLabel="ฤ" android:horizontalGap="1%p"/> <Key android:codes="3590" android:keyLabel="ฆ"/> <Key android:codes="3599" android:keyLabel="ฏ"/> <Key android:codes="3650" android:keyLabel="โ"/> @@ -51,7 +51,7 @@ </Row> <Row> - <Key android:codes="-10" android:keyLabel="2/2" android:horizontalGap="6%p" android:keyEdgeFlags="left"/> + <Key android:codes="-10" android:keyLabel="2/2" android:horizontalGap="8%p" android:keyEdgeFlags="left"/> <Key android:codes="3593" android:keyLabel="ฉ"/> <Key android:codes="3630" android:keyLabel="ฮ"/> <Key android:codes="3642" android:keyLabel="ฺ"/> |
