gpt4 book ai didi

android - 如何在android中获取密码密码键盘?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:38:41 25 4
gpt4 key购买 nike

我需要一个 PIN 上的数字键盘 EditText。我尝试使用

android:inputType="number|textPassword"

这会调出数字键盘,但字符不是密码字符。

如何在 EditText View 中获得显示密码字符的数字键盘?

该应用程序在 2.2 及更高版本上运行。

最佳答案

你应该看看这里: Edittext set for password with phone number input? (android)

它指出android:password 已被弃用,但这是唯一的方法,因为 android:inputType="phone|textPassword" 被忽略了......

<EditText
android:id="@+id/EditText01"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:password="true"
android:inputType="phone"
/>

关于android - 如何在android中获取密码密码键盘?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12900795/

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