HTC One键盘不会改变语言,inputType = textVisiblePassword

时间:2014-03-07 11:36:59

标签: android keyboard

我在多语言环境中遇到本机HTC One键盘的问题。

键盘上有一个按钮,可以切换语言: EN/RU Button

当我在“plain”EditText中输入文本时,此按钮已启用,因此我可以使用任何语言输入文本。

但是当添加inputType = textVisiblePassword时:

<EditText
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:inputType="textVisiblePassword" />

更改语言按钮变为禁用状态:

enter image description here

任何其他键盘(Swype + Dragon,...)都能正常工作。 有人知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

我认为对于密码字段,只支持英语,因为您需要使用服务器验证它。