File tree Expand file tree Collapse file tree
java/com/hanter/xpulltorefresh Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ android {
2121}
2222
2323dependencies {
24- compile fileTree(include : [' *.jar' ], dir : ' libs' )
25- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
24+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
25+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
2626 exclude group : ' com.android.support' , module : ' support-annotations'
2727 })
28- compile project( ' :library ' )
29- compile ' com.android.support:appcompat-v7:27.1.1'
30- compile ' com.android.support:recyclerview-v7:27.1.1'
31- compile ' com.android.support:design:27.1.1'
32- compile ' com.android.support.constraint:constraint-layout:1.1.3'
33- testCompile ' junit:junit:4.12 '
28+ testImplementation ' junit:junit:4.12 '
29+ implementation ' com.android.support:appcompat-v7:27.1.1'
30+ implementation ' com.android.support:recyclerview-v7:27.1.1'
31+ implementation ' com.android.support:design:27.1.1'
32+ implementation ' com.android.support.constraint:constraint-layout:1.1.3'
33+ implementation project( ' :library ' )
3434}
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ android {
2323}
2424
2525dependencies {
26- compile fileTree(dir : ' libs' , include : [' *.jar' ])
27- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
26+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
2828 exclude group : ' com.android.support' , module : ' support-annotations'
2929 })
30- compile ' com.android.support:appcompat-v7:27.1.1'
31- testCompile ' junit:junit:4.12'
32- compile ' com.android.support:recyclerview-v7:27.1.1'
33- compile ' com.android.support:design:27.1.1'
30+ implementation ' com.android.support:appcompat-v7:27.1.1'
31+ testImplementation ' junit:junit:4.12'
32+ implementation ' com.android.support:recyclerview-v7:27.1.1'
33+ implementation ' com.android.support:design:27.1.1'
3434
3535}
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.goldenhanter.testglide .xpulltorefresh" >
2+ package =" com.hanter.android .xpulltorefresh" >
33
44 <application android : allowBackup =" true"
55 android : label =" @string/app_name"
Original file line number Diff line number Diff line change 77import android .widget .ProgressBar ;
88import android .widget .TextView ;
99
10+ import com .hanter .android .xpulltorefresh .R ;
11+
1012/**
1113 * 类名:FooterLoadingLayout <br/>
1214 * 描述:用于上拉刷新的头部
Original file line number Diff line number Diff line change 1111import android .widget .RelativeLayout ;
1212import android .widget .TextView ;
1313
14+ import com .hanter .android .xpulltorefresh .R ;
15+
1416/**
1517 * 类名:HeaderLoadingLayout <br/>
1618 * 描述:下拉刷新所使用布局
You can’t perform that action at this time.
0 commit comments