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 Probabilistic Method Second Edition
Noga Alon、Joel H. Spencer / Wiley-Blackwell / 2000 / $121.95
The leading reference on probabilistic methods in combinatorics-now expanded and updated When it was first published in 1991, The Probabilistic Method became instantly the standard reference on one......一起来看看 《The Probabilistic Method Second Edition》 这本书的介绍吧!
