gpt4 book ai didi

android - AutoCompleteTextView 不允许输入数字

转载 作者:太空狗 更新时间:2023-10-29 15:02:14 24 4
gpt4 key购买 nike

我试图在我的 AutoCompleteTextView 中键入数字,但没有任何反应。除了 [0-9] 之外,我可以使用虚拟键盘书写所有其他符号。请帮助我。

        <AutoCompleteTextView
android:id="@+id/group_edittext_field"
android:layout_width="match_parent"
android:layout_height="50dp"
android:hint="@string/group"
android:inputType="textCapCharacters"
android:singleLine="true"
android:maxLength="5"
android:imeOptions="actionDone"
android:textCursorDrawable="@null"
android:textColor="@android:color/white"
android:background="@drawable/apptheme_textfield_activated_holo_light"
android:layout_marginTop="20dp"/>

最佳答案

我已经尝试了相同的代码,它工作得很好,但如果它在你的情况下不起作用,那么你只需删除 android:inputType="textCapCharacters"。我确定它会接受所有字符。

关于android - AutoCompleteTextView 不允许输入数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25525895/

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