第三方开源库-->EditText & ImageView
Posted Kevin-Dev
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第三方开源库-->EditText & ImageView相关的知识,希望对你有一定的参考价值。
EditText
MaterialEditText
简介: MaterialEditText 是 rengwuxian 在 GitHub 推出的控件来实现文本输入框的样式 。
GitHub 地址:传送门
相关博客:【第三方开源库】–>MaterialEditText
android-edittext-validator
简介: Android 表单编辑文本是 EditText 的扩展,它为编辑文本带来了数据验证功能。
GitHub 地址:传送门
ClearEditText
简介: 清除你的 EditText 的内容,它只在你需要的时候才显示清除的图片,使用体验棒棒哒
GitHub 地址:传送门
相关博客:让你的 EditText 全部清除
PasswordEditText
简介: 带有可切换图标的自定义 EditText,可显示或隐藏密码。
GitHub 地址:传送门
MaterialSearchView
简介: 一个基于Material design 规范的Android 搜索控件。MaterialSearchView显示在Toolbar 或者 ActionBar 上面,并为用户显示一个最近搜索或者搜索提示的列表。
GitHub 地址:传送门
ImageView
CircleImageView
简介: 圆形图片
GitHub 地址:传送门
相关博客:第三方开源库】–> CircleImageView
android-gif-drawable
简介: Views and Drawable for displaying animated GIFs on Android。
GitHub 地址:传送门
android-shape-imageview
简介: 一个基于Material design 规范的Android 搜索控件。MaterialSearchView显示在Toolbar 或者 ActionBar 上面,并为用户显示一个最近搜索或者搜索提示的列表。
GitHub 地址:传送门
android-combination-avatar
简介: Provides a set of custom shaped android imageview components, and a framework to define more shapes. Implements both shader and bitmap mask based image views.
GitHub 地址:传送门
PaletteImageView
简介: 懂得智能配色的 ImageView,还能给自己设置多彩的阴影哦。
GitHub 地址:传送门
PhotoView
简介: PhotoView aims to help produce an easily usable implementation of a zooming Android ImageView.
GitHub 地址:传送门
相关博客:【第三方开源库】–> PhotoView
subsampling-scale-image-view
简介: Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
GitHub 地址:传送门
以上是关于第三方开源库-->EditText & ImageView的主要内容,如果未能解决你的问题,请参考以下文章
第三方开源库-->那些酷炫的Seekbar & RatingBar & Toast开源库整理