修复榜单头像框问题
This commit is contained in:
parent
f064864d76
commit
c28a91b128
@ -9,9 +9,9 @@ ext {
|
|||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
//正式、
|
//正式、
|
||||||
serverHost : "https://napi.yaoulive.com",
|
// serverHost : "https://napi.yaoulive.com",
|
||||||
// 测试
|
// 测试
|
||||||
// serverHost : "https://ceshi.yaoulive.com",
|
serverHost : "https://ceshi.yaoulive.com",
|
||||||
|
|
||||||
//腾讯地图
|
//腾讯地图
|
||||||
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
|
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
|
||||||
|
@ -308,7 +308,7 @@ public abstract class AbsMainListChildViewHolder extends AbsMainViewHolder imple
|
|||||||
setVisibility(View.GONE, -1, svga1, svga2, svga3);
|
setVisibility(View.GONE, -1, svga1, svga2, svga3);
|
||||||
if (bean.getDress_head() != null) {
|
if (bean.getDress_head() != null) {
|
||||||
if (bean.getDress_head().contains("svga")) {
|
if (bean.getDress_head().contains("svga")) {
|
||||||
setVisibility(View.VISIBLE, position, svga1, svga2, svga3);
|
|
||||||
try {
|
try {
|
||||||
new SVGAParser(mContext).parse(new URL(bean.getDress_head()), new SVGAParser.ParseCompletion() {
|
new SVGAParser(mContext).parse(new URL(bean.getDress_head()), new SVGAParser.ParseCompletion() {
|
||||||
@Override
|
@Override
|
||||||
@ -316,6 +316,7 @@ public abstract class AbsMainListChildViewHolder extends AbsMainViewHolder imple
|
|||||||
SVGADrawable drawable = new SVGADrawable(videoItem);
|
SVGADrawable drawable = new SVGADrawable(videoItem);
|
||||||
getItem(position, svga1, svga2, svga3).setImageDrawable(drawable);
|
getItem(position, svga1, svga2, svga3).setImageDrawable(drawable);
|
||||||
SVGAViewUtils.playEndClear(getItem(position, svga1, svga2, svga3), false);
|
SVGAViewUtils.playEndClear(getItem(position, svga1, svga2, svga3), false);
|
||||||
|
setVisibility(View.VISIBLE, position, svga1, svga2, svga3);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user