README.md 1.6 KB
Newer Older
1 2
# PowerfulViewLibrary

C
chaychan 已提交
3
### PowerfulEditText(功能强大的EditText)介绍  
4

C
chaychan 已提交
5
[https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/PowerfulEditText.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/PowerfulEditText.md)
6

C
chaychan 已提交
7
### NumberRunningTextView(仿支付宝数字滚动的TextView)介绍 
8

C
chaychan 已提交
9
[https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/NumRunningTextView.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/NumRunningTextView.md)
10

C
chaychan 已提交
11
### ExpandableLinearLayout(可展开收起的LinearLayout)介绍 
12

C
chaychan 已提交
13
[https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/ExpandableLinearLayout.md](https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/ExpandableLinearLayout.md)
14

C
chaychan 已提交
15
### BottomBarLayout(轻量级底部导航栏)介绍
C
chaychan 已提交
16

C
chaychan 已提交
17
[http://blog.csdn.net/chay_chan/article/details/73715607](http://blog.csdn.net/chay_chan/article/details/73715607)
18

C
chaychan 已提交
19
#### **导入方式**
20 21 22 23 24 25 26 27 28 29 30 31
在项目根目录下的build.gradle中的allprojects{}中,添加jitpack仓库地址,如下:

    allprojects {
	    repositories {
	        jcenter()
	        maven { url 'https://jitpack.io' }//添加jitpack仓库地址
	    }
	}
 
打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下:

    dependencies {
32
	        compile 'com.github.chaychan:PowerfulViewLibrary:1.2.1'
33
	}
C
chaychan 已提交
34 35 36 37 38 39 40 41


#### 支持和鼓励

如果觉得我的项目对你有所帮助的话,不妨打赏一下吧!这样我会更加有动力去完善好这个项目:

微信赞赏:

C
chaychan 已提交
42
![](../readmes/introduce_img/transfer_code.jpg)