From dd16ac21352fe258bc0bfbdab3975283f8779481 Mon Sep 17 00:00:00 2001 From: Helium314 Date: Wed, 20 Sep 2023 21:56:19 +0200 Subject: [PATCH] fix bulgarian bds and bekl having the same subtypeId, some formatting --- app/src/main/res/xml/method.xml | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/src/main/res/xml/method.xml b/app/src/main/res/xml/method.xml index 52d70473a..43177a981 100644 --- a/app/src/main/res/xml/method.xml +++ b/app/src/main/res/xml/method.xml @@ -207,7 +207,7 @@ /> + android:label="@string/subtype_generic" + android:subtypeId="0x456d04f2" + android:imeSubtypeLocale="ko" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=korean,SupportTouchPositionCorrection,EmojiCapable" + android:isAsciiCapable="false" + /> + android:label="@string/subtype_generic_sebeolsik_390" + android:subtypeId="0xb0bbe261" + android:imeSubtypeLocale="ko" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=korean_sebeolsik_390,SupportTouchPositionCorrection,EmojiCapable" + android:isAsciiCapable="false" + /> + android:label="@string/subtype_generic_sebeolsik_final" + android:subtypeId="0xb6774038" + android:imeSubtypeLocale="ko" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=korean_sebeolsik_final,SupportTouchPositionCorrection,EmojiCapable" + android:isAsciiCapable="false" + />