标签: android android-edittext
我正在处理我的应用程序的俄语版本。在某些情况下,我想显示拉丁软键盘而不是西里尔语。我试过了 android:imeOptions="flagForceAscii" 但它不起作用。
android:imeOptions="flagForceAscii"
答案 0 :(得分:0)
我没有找到解决方案,所以我准备了自己的键盘。当用户点击EditText我hidingsoftkeyboard并显示我的KeyboardView。我用这个样本来做到这一点:
https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/
http://www.fampennings.nl/maarten/android/09keyboard/index.htm