[rm] 白黑关闭图片替换

This commit is contained in:
liujing
2020-11-04 10:50:17 +08:00
parent 146cc692af
commit 1635001cb7
4 changed files with 1 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ class SimpleCoverVideoPlayer : StandardGSYVideoPlayer {
fun loadCoverImage(url: String, mContext: Context) {
//加载图片
val requestOptions = RequestOptions()
// .placeholder(R.drawable.tanlu_normal_image)
// .placeholder(R.drawable.v2x_icon_live_logo)
// .error(R.drawable.video_loading_img)
Glide.with(mContext).asBitmap()
.load(url)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB