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://codercto.com/soft/d/4438.html

The Seasoned Schemer

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

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具