gpt4 book ai didi

android - 在设置中创建 Android 首选项以设置密码

转载 作者:搜寻专家 更新时间:2023-11-01 08:53:51 24 4
gpt4 key购买 nike

我想要一个允许用户创建密码的首选项设置。最好的例子就是 Play 商店。在设置中,您单击密码,弹出一个对话框,其中包含一个隐藏字符的密码字段的 EditText 字段。你会怎么做?

我很确定这不是 EditTextPreference。这是自定义偏好吗?你会怎么做这个?我可以获得它的 XML 部分的示例吗?

最佳答案

I'm pretty sure this is not EditText preference

EditTextPreference 会起作用。引用 the documentation :

This EditText can be modified either programmatically via getEditText(), or through XML by setting any EditText attributes on the EditTextPreference.

因此,将 android:password="true" 添加为您的首选项 XML 的一部分应该可行。

也就是说,当然欢迎您为此创建自己的自定义 DialogPreference

关于android - 在设置中创建 Android 首选项以设置密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20734639/

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