礼物展馆修改规则图片地址
This commit is contained in:
parent
7ca1ee2aad
commit
82ce3a282f
@ -91,7 +91,7 @@ public class GiftWallRuleDialog extends AbsDialogPopupWindow {
|
|||||||
} else {
|
} else {
|
||||||
mIvBg.setScaleType(ImageView.ScaleType.FIT_XY);
|
mIvBg.setScaleType(ImageView.ScaleType.FIT_XY);
|
||||||
}
|
}
|
||||||
ImgLoader.displayDrawable(mContext, WordUtil.isNewZh() ? "https://downs.yaoulive.com/%E4%B8%AD%E6%96%87%E8%A7%84%E5%88%99.png" : "https://downs.yaoulive.com/%E8%8B%B1%E6%96%87%E8%A7%84%E5%88%99.png", -1, -1, new ImgLoader.DrawableCallback() {
|
ImgLoader.displayDrawable(mContext, WordUtil.isNewZh() ? "https://downs.yaoulive.com/%E4%B8%AD%E6%96%87.png" : "https://downs.yaoulive.com/%E8%8B%B1%E6%96%87.png", -1, -1, new ImgLoader.DrawableCallback() {
|
||||||
@Override
|
@Override
|
||||||
public void onLoadSuccess(Drawable drawable) {
|
public void onLoadSuccess(Drawable drawable) {
|
||||||
iv_rule.setImageDrawable(drawable);
|
iv_rule.setImageDrawable(drawable);
|
||||||
|
Loading…
Reference in New Issue
Block a user