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" />
The Seasoned Schemer
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 38.00
drawings by Duane Bibbyforeword and afterword by Guy L. Steele Jr.The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (form......一起来看看 《The Seasoned Schemer》 这本书的介绍吧!
