android 我想在首选项屏幕中显示对话框
我想从首选项屏幕显示密码更改提示对话框。当单击首选项“更改密码”时,它应该显示一个对话框提示密码和确认密码。我应该能够验证密码是否相同。
例子是 设置->位置和位置安全 -> 设置密码
我希望我的应用程序具有类似的功能。
I want to show a password change prompt dialog from preferences screen. When a preference "Change Password" is clicked it should show a dialog prompting password and confirm password. I should be able to verify if the password are same.
Example is
Settings->Location & Security->Set Password
I want to have similar functionality for my app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该根据您想要的组件排列创建第一个布局(设置 - >位置和安全 - >设置密码屏幕)。并将此布局添加到
希望这有帮助。
You should create first layout what the component arrangement you wanted as per (Settings->Location & Security->Set Password screen). And add this layout to
Hope this helpful.