Loading java/res/xml/method.xml +1 −5 Original line number Original line Diff line number Diff line Loading @@ -639,7 +639,6 @@ /> /> <!-- TODO: This Sinhala keyboard is a preliminary layout. <!-- TODO: This Sinhala keyboard is a preliminary layout. This isn't based on the final specification. --> This isn't based on the final specification. --> <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x5c6b3bde" android:subtypeId="0x5c6b3bde" Loading @@ -648,7 +647,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> --> <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x8e94d413" android:subtypeId="0x8e94d413" Loading Loading @@ -707,8 +705,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> <!-- TODO: Enable ta_LK subtype when si_LK subtype is ready --> <!-- TODO: Enabling/Disabling ta_LK subtype must be aligned with si_LK subtype. --> <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x6ca12d84" android:subtypeId="0x6ca12d84" Loading @@ -717,7 +714,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> --> <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x785abbd9" android:subtypeId="0x785abbd9" Loading tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,7 @@ import java.util.ArrayList; @SmallTest @SmallTest public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { private static final int NUMBER_OF_SUBTYPES = 83; private static final int NUMBER_OF_SUBTYPES = 85; private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 50; private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 50; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; Loading Loading
java/res/xml/method.xml +1 −5 Original line number Original line Diff line number Diff line Loading @@ -639,7 +639,6 @@ /> /> <!-- TODO: This Sinhala keyboard is a preliminary layout. <!-- TODO: This Sinhala keyboard is a preliminary layout. This isn't based on the final specification. --> This isn't based on the final specification. --> <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x5c6b3bde" android:subtypeId="0x5c6b3bde" Loading @@ -648,7 +647,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=sinhala,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> --> <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x8e94d413" android:subtypeId="0x8e94d413" Loading Loading @@ -707,8 +705,7 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> <!-- TODO: Enable ta_LK subtype when si_LK subtype is ready --> <!-- TODO: Enabling/Disabling ta_LK subtype must be aligned with si_LK subtype. --> <!-- <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x6ca12d84" android:subtypeId="0x6ca12d84" Loading @@ -717,7 +714,6 @@ android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=tamil,EmojiCapable" android:isAsciiCapable="false" android:isAsciiCapable="false" /> /> --> <subtype android:icon="@drawable/ic_ime_switcher_dark" <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" android:label="@string/subtype_generic" android:subtypeId="0x785abbd9" android:subtypeId="0x785abbd9" Loading
tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -25,7 +25,7 @@ import java.util.ArrayList; @SmallTest @SmallTest public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase { private static final int NUMBER_OF_SUBTYPES = 83; private static final int NUMBER_OF_SUBTYPES = 85; private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 50; private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 50; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2; Loading