一款可以在android上实现类似window上的下拉效果的组件,并且可以实现文本输入。
效果演示:
使用方法: 在布局文件配置: android:id="@+id/drop_edit"android:layout_width="200dip"android:layout_height="wrap_content"drop:drawableRight="@drawable/drop"drop:dropMode="flower_parent" />
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" />