CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:HistoryEditText-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-03-23
  • 文件大小:
    1.08mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

一个可以记录历史的EditText,下次填写的时候可以自动显示出来-A EditText can record history!
(系统自动生成,下载前可以参看下载内容)

下载文件列表

HistoryEditText-master/
HistoryEditText-master/.gitignore
HistoryEditText-master/README.md
HistoryEditText-master/art/
HistoryEditText-master/art/logo.png
HistoryEditText-master/library/
HistoryEditText-master/library/AndroidManifest.xml
HistoryEditText-master/library/libs/
HistoryEditText-master/library/libs/CWAC-MergeAdapter.jar
HistoryEditText-master/library/libs/CWAC-SackOfViewsAdapter.jar
HistoryEditText-master/library/libs/android-support-v4.jar
HistoryEditText-master/library/libs/gson-2.2.2.jar
HistoryEditText-master/library/libs/resty-0.3.2.jar
HistoryEditText-master/library/pom.xml
HistoryEditText-master/library/proguard-project.txt
HistoryEditText-master/library/project.properties
HistoryEditText-master/library/res/
HistoryEditText-master/library/res/color/
HistoryEditText-master/library/res/color/het__primary_text_dark.xml
HistoryEditText-master/library/res/color/het__primary_text_light.xml
HistoryEditText-master/library/res/drawable-hdpi/
HistoryEditText-master/library/res/drawable-hdpi/het__ic_device_access_time.png
HistoryEditText-master/library/res/drawable-mdpi/
HistoryEditText-master/library/res/drawable-mdpi/het__ic_device_access_time.png
HistoryEditText-master/library/res/drawable-xhdpi/
HistoryEditText-master/library/res/drawable-xhdpi/het__ic_device_access_time.png
HistoryEditText-master/library/res/layout/
HistoryEditText-master/library/res/layout/het__dropdown_history_item.xml
HistoryEditText-master/library/res/layout/het__simple_dropdown_hint.xml
HistoryEditText-master/library/res/layout/het__simple_dropdown_item_1line.xml
HistoryEditText-master/library/res/values/
HistoryEditText-master/library/res/values/het__attrs.xml
HistoryEditText-master/library/res/values/het__colors.xml
HistoryEditText-master/library/res/values/het__styles.xml
HistoryEditText-master/library/src/
HistoryEditText-master/library/src/com/
HistoryEditText-master/library/src/com/zenlibs/
HistoryEditText-master/library/src/com/zenlibs/historyedittext/
HistoryEditText-master/library/src/com/zenlibs/historyedittext/AbsHistoryEditText.java
HistoryEditText-master/library/src/com/zenlibs/historyedittext/FroyoListView.java
HistoryEditText-master/library/src/com/zenlibs/historyedittext/FroyoPopupWindow.java
HistoryEditText-master/library/src/com/zenlibs/historyedittext/HistoryDb.java
HistoryEditText-master/library/src/com/zenlibs/historyedittext/HistoryEditText.java
HistoryEditText-master/library/src/com/zenlibs/historyedittext/Zen.java
HistoryEditText-master/pom.xml
HistoryEditText-master/sample/
HistoryEditText-master/sample/AndroidManifest.xml
HistoryEditText-master/sample/ic_launcher-web.png
HistoryEditText-master/sample/libs/
HistoryEditText-master/sample/libs/android-support-v4.jar
HistoryEditText-master/sample/pom.xml
HistoryEditText-master/sample/proguard-project.txt
HistoryEditText-master/sample/project.properties
HistoryEditText-master/sample/res/
HistoryEditText-master/sample/res/drawable-hdpi/
HistoryEditText-master/sample/res/drawable-hdpi/ic_launcher.png
HistoryEditText-master/sample/res/drawable-mdpi/
HistoryEditText-master/sample/res/drawable-mdpi/ic_launcher.png
HistoryEditText-master/sample/res/drawable-xhdpi/
HistoryEditText-master/sample/res/drawable-xhdpi/ic_action_search.png
HistoryEditText-master/sample/res/drawable-xhdpi/ic_content_import_export.png
HistoryEditText-master/sample/res/drawable-xhdpi/ic_launcher.png
HistoryEditText-master/sample/res/drawable-xhdpi/ic_location_directions.png
HistoryEditText-master/sample/res/drawable-xxhdpi/
HistoryEditText-master/sample/res/drawable-xxhdpi/ic_launcher.png
HistoryEditText-master/sample/res/layout/
HistoryEditText-master/sample/res/layout/activity_home.xml
HistoryEditText-master/sample/res/layout/activity_no_user_adapter.xml
HistoryEditText-master/sample/res/layout/activity_simple.xml
HistoryEditText-master/sample/res/menu/
HistoryEditText-master/sample/res/menu/activity_simple.xml
HistoryEditText-master/sample/res/raw/
HistoryEditText-master/sample/res/raw/countries
HistoryEditText-master/sample/res/values/
HistoryEditText-master/sample/res/values/strings.xml
HistoryEditText-master/sample/res/values/styles.xml
HistoryEditText-master/sample/src/
HistoryEditText-master/sample/src/com/
HistoryEditText-master/sample/src/com/zenlibs/
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/ActivityInfo.java
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/HomeActivity.java
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/nouseradaptersample/
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/nouseradaptersample/NoUserAdapterActivity.java
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/simplehistorysample/
HistoryEditText-master/sample/src/com/zenlibs/historyedittext/demo/simplehistorysample/SimpleHistoryActivity.java

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com