amiga keyboard layout uses new keyboard api
This commit is contained in:
@@ -495,9 +495,9 @@ public class MainActivity extends Activity
|
||||
private int TextInputKeyboardList[][] =
|
||||
{
|
||||
{ 0, R.xml.qwerty, R.xml.c64, R.xml.amiga, R.xml.atari800 },
|
||||
{ 0, R.xml.qwerty_shift, R.xml.c64, R.xml.amiga, R.xml.atari800 },
|
||||
{ 0, R.xml.qwerty_alt, R.xml.c64, R.xml.amiga, R.xml.atari800 },
|
||||
{ 0, R.xml.qwerty_alt_shift, R.xml.c64, R.xml.amiga, R.xml.atari800 }
|
||||
{ 0, R.xml.qwerty_shift, R.xml.c64, R.xml.amiga_shift, R.xml.atari800 },
|
||||
{ 0, R.xml.qwerty_alt, R.xml.c64, R.xml.amiga_alt, R.xml.atari800 },
|
||||
{ 0, R.xml.qwerty_alt_shift, R.xml.c64, R.xml.amiga_alt_shift, R.xml.atari800 }
|
||||
};
|
||||
|
||||
public void showScreenKeyboardWithoutTextInputField(final int keyboard)
|
||||
|
||||
Reference in New Issue
Block a user