Merge branch 'patch-8' of https://github.com/so-o-bima/LeanKeyKeyboard into so-o-bima-patch-8

This commit is contained in:
Yuriy Liskov
2024-08-16 04:25:38 +03:00

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-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="ㅆ" />
</Row>
</Keyboard>