gpt4 book ai didi

android - 在android数字键盘中隐藏字母

转载 作者:行者123 更新时间:2023-11-29 18:42:38 26 4
gpt4 key购买 nike

是否可以隐藏数字键盘中的字母?

就像这个人要求 iOS,但在 Android 上:Show numeric keyboard without letters

最佳答案

是的..,,你可以使用 inputType 作为数字

<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="number" >

</EditText>

输出

enter image description here

方案二

android:inputType="phone"
android:digits="0123456789"

关于android - 在android数字键盘中隐藏字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52761364/

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