Qwerty键盘在Oppo上显示,应该是数字键盘

时间:2018-11-23 09:45:45

标签: android xml android-layout keyboard oppo

我的EditText有一个inputType="numberPassword",我已经在许多设备上对其进行了测试,并且可以正确显示(数字键盘),但是在 Oppo设备上它只是显示一个qwerty键盘。

<EditText
            android:id="@+id/dit_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:enabled="false"
            android:hint="@string/pin_login"
            android:inputType="numberPassword"
            android:letterSpacing="0.2"
            android:maxLength="4" />

我该如何解决?

0 个答案:

没有答案