Android 下拉列表 DropEditText
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://git.oschina.net/qibin/DropEditText
- 软件文档: http://git.oschina.net/qibin/DropEditText
软件介绍
一款可以在android上实现类似window上的下拉效果的组件,并且可以实现文本输入。
效果演示:
使用方法:
在布局文件配置:
<org.loader.view.DropEditText
android:id="@+id/drop_edit"
android:layout_width="200dip"
android:layout_height="wrap_content"
drop:drawableRight="@drawable/drop"
drop:dropMode="flower_parent" />
<org.loader.view.DropEditText
android:id="@+id/drop_edit2"
android:layout_width="200dip"
android:layout_height="wrap_content"
drop:drawableRight="@drawable/drop"
drop:dropMode="wrap_content"
drop:hint="DropEditText" />
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!
