diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-12-01 12:43:31 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-12-01 12:43:31 +0000 |
| commit | 7a4d9af97fb7dcd24d6b50fc841f62c1016812a1 (patch) | |
| tree | 74dbff22293406cbb5d81e5e268036e745e31e92 /src/ui/android/res/xml/cyrillic.xml | |
| parent | 64feca59c84a5a6493f24cf38779396ba935a185 (diff) | |
added special nordic keyboard for Finnish and Swedish
Diffstat (limited to 'src/ui/android/res/xml/cyrillic.xml')
| -rw-r--r-- | src/ui/android/res/xml/cyrillic.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/android/res/xml/cyrillic.xml b/src/ui/android/res/xml/cyrillic.xml index d20cabcac..b699d9c19 100644 --- a/src/ui/android/res/xml/cyrillic.xml +++ b/src/ui/android/res/xml/cyrillic.xml @@ -8,7 +8,7 @@ > <Row> - <Key android:codes="1103" android:keyLabel="я" android:keyEdgeFlags="left"/> + <Key android:codes="1103" android:keyLabel="я" android:horizontalGap="0.5%p" android:keyEdgeFlags="left"/> <Key android:codes="1074" android:keyLabel="в"/> <Key android:codes="1077" android:keyLabel="е" android:popupKeyboard="@xml/popup_keyboard" android:popupCharacters="ёєэ"/> <Key android:codes="1088" android:keyLabel="р"/> @@ -22,7 +22,7 @@ </Row> <Row> - <Key android:codes="1072" android:keyLabel="а" android:keyEdgeFlags="left"/> + <Key android:codes="1072" android:keyLabel="а" android:horizontalGap="0.5%p" android:keyEdgeFlags="left"/> <Key android:codes="1089" android:keyLabel="с"/> <Key android:codes="1076" android:keyLabel="д" android:popupKeyboard="@xml/popup_keyboard" android:popupCharacters="ђ"/> <Key android:codes="1092" android:keyLabel="ф"/> @@ -73,4 +73,4 @@ <Key android:codes="10" android:keyIcon="@drawable/sym_keyboard_return" android:keyWidth="20%p" android:keyEdgeFlags="right"/> </Row> -</Keyboard>
\ No newline at end of file +</Keyboard> |
