2.添加列表item,更多设置选项对话框 3.修复数据库键值,不使用hash来作为键值,依据文件路径来判定 4.修复密码输入框实现,使用自带的错误等提示TextInputEditText
5 lines
259 B
XML
5 lines
259 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/show_password" android:state_checked="true"/>
|
|
<item android:drawable="@drawable/hide_password"/>
|
|
</selector> |