mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2025-12-23 22:17:44 -05:00
add Thai kbd (final?)
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.liskovsoft.leankeykeyboard.pro"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 55
|
||||
versionName "4.3.5"
|
||||
versionCode 56
|
||||
versionName "4.3.6"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:keyLabel="3637" />
|
||||
<Key android:keyLabel="3658" />
|
||||
<Key android:keyLabel="ี" />
|
||||
<Key android:keyLabel="๊" />
|
||||
<Key android:keyLabel="ร" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -2,8 +2,8 @@
|
||||
<Keyboard android:keyWidth="@dimen/key_width" android:keyHeight="@dimen/key_height" android:horizontalGap="@dimen/keyboard_horizontal_gap" android:verticalGap="@dimen/keyboard_vertical_gap"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:keyLabel="3655" />
|
||||
<Key android:keyLabel="3656" />
|
||||
<Key android:keyLabel="3659" />
|
||||
<Key android:keyLabel="็" />
|
||||
<Key android:keyLabel="่" />
|
||||
<Key android:keyLabel="๋" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -4,6 +4,6 @@
|
||||
<Row>
|
||||
<Key android:keyLabel="๓" />
|
||||
<Key android:keyLabel="๔" />
|
||||
<Key android:keyLabel="3640" />
|
||||
<Key android:keyLabel="ุ" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Row>
|
||||
<Key android:keyLabel="ธ" />
|
||||
<Key android:keyLabel="3633" />
|
||||
<Key android:keyLabel="3661" />
|
||||
<Key android:keyLabel="ั" />
|
||||
<Key android:keyLabel="ํ" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -4,6 +4,6 @@
|
||||
<Row>
|
||||
<Key android:keyLabel="ด" />
|
||||
<Key android:keyLabel="ฌ" />
|
||||
<Key android:keyLabel="3657" />
|
||||
<Key android:keyLabel="้" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
@@ -20,7 +20,7 @@
|
||||
<Key android:popupKeyboard="@xml/accent_q_th" android:keyLabel="ฝ" android:keyEdgeFlags="left" />
|
||||
<Key android:popupKeyboard="@xml/accent_w_th" android:keyLabel="๒" />
|
||||
<Key android:popupKeyboard="@xml/accent_e_th" android:keyLabel="๓" />
|
||||
<Key android:popupKeyboard="@xml/accent_r_th" android:keyLabel="3641" />
|
||||
<Key android:popupKeyboard="@xml/accent_r_th" android:keyLabel="ู" />
|
||||
<Key android:popupKeyboard="@xml/accent_t_th" android:keyLabel="ค" />
|
||||
<Key android:popupKeyboard="@xml/accent_y_th" android:keyLabel="๖" />
|
||||
<Key android:popupKeyboard="@xml/accent_u_th" android:keyLabel="ข" />
|
||||
@@ -30,7 +30,7 @@
|
||||
<Key android:popupKeyboard="@xml/accent_p2_th" android:keyLabel="ธ" android:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row>
|
||||
<Key android:popupKeyboard="@xml/accent_a_th" android:keyLabel="3637" android:keyEdgeFlags="left" />
|
||||
<Key android:popupKeyboard="@xml/accent_a_th" android:keyLabel="ี" android:keyEdgeFlags="left" />
|
||||
<Key android:popupKeyboard="@xml/accent_s_th" android:keyLabel="ณ" />
|
||||
<Key android:popupKeyboard="@xml/accent_d_th" android:keyLabel="ย" />
|
||||
<Key android:popupKeyboard="@xml/accent_f_th" android:keyLabel="ฐ" />
|
||||
@@ -45,7 +45,7 @@
|
||||
<Row>
|
||||
<Key android:popupKeyboard="@xml/accent_z_th" android:keyLabel="ฆ" android:keyEdgeFlags="left" />
|
||||
<Key android:popupKeyboard="@xml/accent_x_th" android:keyLabel="ด" />
|
||||
<Key android:popupKeyboard="@xml/accent_c_th" android:keyLabel="3655" />
|
||||
<Key android:popupKeyboard="@xml/accent_c_th" android:keyLabel="็" />
|
||||
<Key android:keyLabel="า" />
|
||||
<Key android:keyLabel="ษ" />
|
||||
<Key android:keyLabel="ส" />
|
||||
|
||||
Reference in New Issue
Block a user