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

Machine Learning

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

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具