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

实用Common Lisp编程

实用Common Lisp编程

Peter Seibel / 田春 / 人民邮电出版社 / 2011-10 / 89.00元

由塞贝尔编著的《实用Common Lisp编程》是一本不同寻常的Common Lisp入门书。《实用Common Lisp编程》首先从作者的学习经过及语言历史出发,随后用21个章节讲述了各种基础知识,主要包括:REPL及Common Lisp的各种实现、S-表达式、函数与变量、标准宏与自定义宏、数字与字符以及字符串、集合与向量、列表处理、文件与文件I/O处理、类、FORMAT格式、符号与包,等等。......一起来看看 《实用Common Lisp编程》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具