文件名称:KeyBoardDemo
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
简单易懂的密码键盘,使用布局写成键盘,用圆点图片代替密码效果,通过接口回调的方式获取密码字符串。通过枚举配合view的点击事件将值存在List集合里面,然后根据长度刷新UI。可以通过修改源码达到你自己要的效果,代码中也做了注释,应该是比较容易看懂的-Dot image effect instead of the password, access password string through the interface callback method. By enumerating the click event with the view of the value of a collection of inside presence List, and then refresh the UI according to the length. You can modify the source code to achieve the effect you want, also made comments in the code, it should be relatively easy to understand the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KeyBoardDemo
............\.classpath
............\.project
............\.settings
............\.........\org.eclipse.core.resources.prefs
............\.........\org.eclipse.jdt.core.prefs
............\AndroidManifest.xml
............\assets
............\gen
............\...\android
............\...\.......\support
............\...\.......\.......\v7
............\...\.......\.......\..\appcompat
............\...\.......\.......\..\.........\R.java
............\...\com
............\...\...\example
............\...\...\.......\keyboarddemo
............\...\...\.......\............\BuildConfig.java
............\...\...\.......\............\R.java
............\ic_launcher-web.png
............\libs
............\....\android-support-v4.jar
............\proguard-project.txt
............\project.properties
............\res
............\...\anim
............\...\....\loading_animation.xml
............\...\drawable
............\...\drawable-hdpi
............\...\.............\icon_del.png
............\...\.............\mima_yuandian.png
............\...\.............\publicloading.png
............\...\drawable-ldpi
............\...\drawable-mdpi
............\...\drawable-xhdpi
............\...\..............\icon_del.png
............\...\drawable-xxhdpi
............\...\...............\icon_del.png
............\...\...............\ic_launcher.png
............\...\........\bg_loading_dialog_bold.xml
............\...\........\keyboard_del_selector.xml
............\...\........\keyboard_selector.xml
............\...\........\noticedialog.xml
............\...\........\noticedialog_btn.xml
............\...\........\noticedialog_btn_s.xml
............\...\........\noticedialog_leftbtn.xml
............\...\........\noticedialog_leftbtn_s.xml
............\...\........\noticedialog_rightbtn.xml
............\...\........\noticedialog_rightbtn_s.xml
............\...\........\noticedialog_title_bg.xml
............\...\........\notidialog_btn_selector.xml
............\...\........\notidialog_leftbtn_selector.xml
............\...\........\notidialog_rightbtn_selector.xml
............\...\........\table_background.xml
............\...\layout
............\...\......\activity_main.xml
............\...\......\dialog_loading.xml
............\...\......\item_paypassword.xml
............\...\......\noticedialog.xml
............\...\menu
............\...\....\main.xml
............\...\values
............\...\values-v11
............\...\..........\styles.xml
............\...\values-v14
............\...\..........\styles.xml
............\...\values-w820dp
............\...\.............\dimens.xml
............\...\......\color.xml
............\...\......\dimens.xml
............\...\......\strings.xml
............\...\......\styles.xml
............\src
............\...\com
............\...\...\example
............\...\...\.......\dialog
............\...\...\.......\......\KeyBoardDialog.java
............\...\...\.......\......\LoadingDialog.java
............\...\...\.......\......\NotiDialog.java
............\...\...\.......\keyboarddemo
............\...\...\.......\............\MainActivity.java
............\...\...\.......\............\PayPasswordView.java
............\...\...\.......\utils
............\...\...\.......\.....\ObjectUtils.java
............\...\...\.......\.....\StringUtils.java
............\...\...\.......\.....\ToastUtils.java