update:增加刷新,更换背景颜色
fix bug:
This commit is contained in:
2021-03-02 16:25:11 +08:00
parent 2392d26b58
commit 527587b926
11 changed files with 186 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ android {
multiDexEnabled true
ndk {
// add support lib
abiFilters 'armeabi-v7a' //, 'arm64-v8a'//, "mips" //,'armeabi''x86',, 'x86_64',
abiFilters /*"armeabi",*/ "armeabi-v7a", "arm64-v8a", "x86"/*, "x86_64", "mips", "mips64"*/
}
lintOptions {
@@ -71,6 +71,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
@@ -87,11 +88,12 @@ dependencies {
implementation 'com.danikula:videocache:2.7.0'
implementation 'com.aliyun.sdk.android:AliyunPlayer:4.5.0-full'
implementation 'com.alivc.conan:AlivcConan:0.9.5'
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1'
implementation 'com.scwang.smart:refresh-header-material:2.0.1'
implementation 'com.scwang.smart:refresh-footer-classics:2.0.1'
// implementation 'com.scwang.smart:menu_refresh-layout-kernel:2.0.1'
// implementation 'com.scwang.smart:menu_refresh-header-material:2.0.1'
// implementation 'com.scwang.smart:menu_refresh-footer-classics:2.0.1'
implementation 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.4'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
implementation 'com.github.SheHuan:NiceImageView:1.0.5'
implementation project(path: ':library')
}