首先有2个对话框,没有设置过密码,需要设置dialog_set_password.xml,用户设置过密码,不需要设置,直接输入密码dialog_input_password.xml,
设置对话框dialog_set_password.xml
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:textColor="@color/black" android:textSize="20sp" android:background="#66ff00" android:text="设置密码" android:padding="10dp" /> <EditText android:id="@+id/et_password" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textPassword" android:hint="请输入密码" /> <EditText android:id="@+id/et_password_confirm" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textPassword" android:hint="请再次输入密码" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" > <Button android:id="@+id/btn_ok" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="确定" /> <Button android:id="@+id/btn_cancle" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="取消" /> </LinearLayout> </LinearLayout>
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
软考中级精品资料免费领
- 历年真题答案解析
- 备考技巧名师总结
- 高频考点精准押题
- 资料下载
- 历年真题
193.9 KB下载数265
191.63 KB下载数245
143.91 KB下载数1142
183.71 KB下载数642
644.84 KB下载数2755
相关文章
发现更多好内容猜你喜欢
AI推送时光机Android模仿用户设置密码实例
后端开发2023-05-31
centos7 设置grub密码及单用户登录实例代码
后端开发2022-06-04
hadoop设置用户密码
后端开发2023-10-11
Linux怎么给单用户模式设置密码
后端开发2023-06-28
mysql设置用户密码规则
后端开发2019-06-13
Linux怎么设置用户密码
后端开发2023-09-11
Ubuntu怎么设置root用户密码
后端开发2023-09-15
MySQL如何设置root用户密码?
后端开发2024-03-14
如何实现CentOS6.6单用户模式重设root密码
后端开发2023-06-10
centos7安装clickhouse并设置用户名密码案例详解
后端开发2022-06-05
MySQL 设置用户密码过期策略
后端开发2017-01-15
如何实现MySQL中设置用户密码的语句?
后端开发2023-11-08
centos怎么添加用户并设置密码
后端开发2023-09-11
linux如何创建用户并设置密码
后端开发2024-04-02
linux怎么添加用户并设置密码
后端开发2023-09-17
linux怎么创建用户并设置密码
后端开发2023-08-26
阿里云ECS实例设置用户root密码和远程连接的方法
后端开发2022-06-04
Root 用户初始密码设置及用户切换方法
后端开发2023-09-16
Android开发模仿qq视频通话悬浮按钮(实例代码)
后端开发2022-06-06
Windows 8系统中怎么设置用户账户密码?
后端开发2022-06-04
咦!没有更多了?去看看其它编程学习网 内容吧