替换展馆规则

This commit is contained in:
ningwenqiang 2024-11-05 16:29:48 +08:00
parent 11a9711d20
commit 399575e542

View File

@ -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);