mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Add keyboard layout name constant"
This commit is contained in:
commit
e6b992d9be
@ -24,6 +24,8 @@ import com.android.inputmethod.keyboard.layout.expected.LayoutBase;
|
||||
* The QWERTY alphabet keyboard.
|
||||
*/
|
||||
public final class Qwerty extends LayoutBase {
|
||||
public static final String LAYOUT_NAME = "qwerty";
|
||||
|
||||
public static ExpectedKey[][] getLayout(final boolean isPhone) {
|
||||
return getDefaultAlphabetLayout(ALPHABET_COMMON, isPhone);
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public final class TestsEnglishUS extends LayoutTestsBase {
|
||||
|
||||
@Override
|
||||
String getTestKeyboardLayout() {
|
||||
return "qwerty";
|
||||
return Qwerty.LAYOUT_NAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user