ViewUtils
这里主要是封装关于TextView、Button、CompoundButton、RadioButton等常用系统控件的自定义控件,增强系统的控件功能,避免一些系统控件的局限性。
Install / Use
/learn @youth5201314/ViewUtilsREADME
TextView常用控件集合
如果平时有封装好的控件欢迎提交到我的邮箱,让我们一起让这个工程越来越强大
<br>
从事Android开发平时少不了要自定义一些控件!我们始终有一些特殊的需求系统原生控件并不能完全满足我们的需求。
而我们总是在工程之间拷贝也很麻烦!那么本项目主要的目的就是将一些封装的控件整合起来,让开发更加方便,让使用更加简单。
<br>
##Gradle
dependencies{
compile 'com.youth.viewutils:ViewUtils:0.0.1'
}
文档目录
- TextView
- 解决对齐问题的TextView(JustifyTextView)
- 可以折叠伸缩的TextView(ExpandTextView)
- 可以设置样式的TextView(TextViewStyle)
- 可以图片居中的TextView(CenterDrawableTextView)<br>
设置drawableLeft or drawableTop or drawableRight or drawableBottom居中
- Button
- 可以图片居中的Button、CompoundButton、RadioButton<br>
设置drawableLeft or drawableTop or drawableRight or drawableBottom居中
- 可以图片居中的Button、CompoundButton、RadioButton<br>
联系方式 <a target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=KBkYGhAfGhEYEB5oWVkGS0dF" style="text-decoration:none;"><img src="http://rescdn.qqmail.com/zh_CN/htmledition/images/function/qm_open/ico_mailme_11.png"/></a>
如果平时有封装好的控件欢迎提交到我的邮箱,让我们一起让这个工程越来越强大

