gpt4 book ai didi

java - Android numberDecimal 不工作

转载 作者:行者123 更新时间:2023-12-02 11:00:01 25 4
gpt4 key购买 nike

我已经尝试过这些建议:

android:inputType="number|numberDecimal"

android:inputType="numberDecimal"

android:inputType="number"

android:digits="0123456789.,"

但没有人允许“.”或“,”数字

任何人都可以提供帮助

最佳答案

您需要向 editText 添加两个属性(android:inputTypeandroid:digits),如下所示:

<EditText
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:inputType="numberDecimal"
android:digits="0123456789.,"/>

关于java - Android numberDecimal 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51407130/

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