有一个应用了textWatcher的editText。正如您在下面的Gif中看到的,我无法删除EditText末尾的数字,但首先是这样。当语言环境是英语时,一切正常,但不是阿拉伯语。
<EditText
android:id="@+id/destination"
android:inputType="number"
android:maxLength="19"
android:digits="0123456789-"
android:hint="@string/to"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="16sp"
android:imeOptions="actionDone"
/>
答案 0 :(得分:0)
阿拉伯语是不是从右到左阅读?所以左边实际上是结束。
好的,请尝试添加android:inputType="number"