如果平时有封装好的控件欢迎提交到我的邮箱,让我们一起让这个工程越来越强大
从事Android开发平时少不了要自定义一些控件!我们始终有一些特殊的需求系统原生控件并不能完全满足我们的需求。
而我们总是在工程之间拷贝也很麻烦!那么本项目主要的目的就是将一些封装的控件整合起来,让开发更加方便,让使用更加简单。
##Gradle
dependencies{
compile 'com.youth.viewutils:ViewUtils:0.0.1'
}
- TextView
- 解决对齐问题的TextView(JustifyTextView)
- 可以折叠伸缩的TextView(ExpandTextView)
- 可以设置样式的TextView(TextViewStyle)
- 可以图片居中的TextView(CenterDrawableTextView)
设置drawableLeft or drawableTop or drawableRight or drawableBottom居中
- Button
- 可以图片居中的Button、CompoundButton、RadioButton
设置drawableLeft or drawableTop or drawableRight or drawableBottom居中
- 可以图片居中的Button、CompoundButton、RadioButton
如果平时有封装好的控件欢迎提交到我的邮箱,让我们一起让这个工程越来越强大