Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee28a01 commit c0b08f3Copy full SHA for c0b08f3
1 file changed
README.md
@@ -10,6 +10,11 @@ Download sample [Apk](https://github.com/LuckyJayce/ViewPagerIndicator/blob/mast
10
###5. 支持设置界面是否可滑动
11
###6. android:minSdkVersion="8" android:targetSdkVersion="21"
12
13
+###7.gradle导入
14
+compile 'com.shizhefei:ViewPagerIndicator:1.0.7'
15
+由于用到了v4和recyclerview所以也要导入他们
16
+compile 'com.android.support:support-v4:23.4.0'
17
+compile 'com.android.support:recyclerview-v7:23.2.1'
18
19
# 使用方法 #
20
package com.shizhefei.indicator.guide;
0 commit comments