Android 下拉列表 DropEditText

码农软件 · 软件分类 · Android UI 组件 · 2019-04-26 16:29:41

软件介绍

一款可以在android上实现类似window上的下拉效果的组件,并且可以实现文本输入。

效果演示:

image

image

image

使用方法: 在布局文件配置:
<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" />

本文地址:https://www.codercto.com/soft/d/4438.html

The Probabilistic Method Second Edition

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码