gpt4 book ai didi

android - AppCompatEditText 安卓 :digits not working?

转载 作者:可可西里 更新时间:2023-11-01 11:42:59 27 4
gpt4 key购买 nike

AppCompatEdittext 的 android:digits 属性在我方面无法正常工作。

我的 XML

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:digits="12345" />

但是当我按数字 6,7,8,9,0 时,前面的字符重复了吗?我不知道这是怎么回事?

最佳答案

添加inputType="number":

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:digits="12345"
android:inputType="number"/>

关于android - AppCompatEditText 安卓 :digits not working?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35450690/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com