修改礼物图标
This commit is contained in:
@@ -612,6 +612,7 @@ public class LiveHttpUtil {
|
||||
.params("giftid", giftId)
|
||||
.params("giftcount", giftCount)
|
||||
.params("isprank", by)
|
||||
.params("appVersion", CommonAppConfig.getInstance().getVersion())
|
||||
.execute(callback);
|
||||
}
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
|
||||
}
|
||||
});
|
||||
// //底部礼物弹窗
|
||||
// ImgLoader.displayGif(mContext, R.mipmap.live_lw, giftImage);
|
||||
ImgLoader.displayGif(mContext, R.mipmap.live_lw, giftImage);
|
||||
|
||||
ViewClicksAntiShake.clicksAntiShake(giftImage, new ViewClicksAntiShake.ViewClicksCallBack() {
|
||||
@Override
|
||||
|
||||
@@ -6,7 +6,6 @@ import static com.yunbao.live.views.LivePushRyViewHolder.btn_close;
|
||||
import android.app.Activity;
|
||||
import android.app.Dialog;
|
||||
import android.content.Context;
|
||||
import android.graphics.Color;
|
||||
import android.graphics.Outline;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
@@ -1184,7 +1183,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
}
|
||||
customFullServiceNotify = (ImageView) findViewById(R.id.custom_full_service_notify);
|
||||
reloadIM();
|
||||
initStarChallengeStatus();
|
||||
// initStarChallengeStatus();
|
||||
|
||||
new LoadDian9TuUtil().loadDian9TuAssets2(mContext, liveWksLayout, "rectangle_new.png", 1);
|
||||
new LoadDian9TuUtil().loadDian9TuAssets2(mContext, wishListLayout2, "rectangle_new.png", 1);
|
||||
@@ -1249,7 +1248,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
mBannerList3.clear();
|
||||
mBannerList4.clear();
|
||||
updataCleanMic();
|
||||
initStarChallengeStatus();
|
||||
// initStarChallengeStatus();
|
||||
enterRoomLeave.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
@@ -3445,7 +3444,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
* 展示新人任务 Banner
|
||||
*/
|
||||
private void showBanner3(LiveGiftBean bean1) {
|
||||
btn_event3.setVisibility(View.VISIBLE);
|
||||
btn_event3.setVisibility(View.GONE);
|
||||
if (mBannerList3 == null || mBannerList3.size() == 0 || mBanner3 == null || bean1 == null) {
|
||||
return;
|
||||
}
|
||||
@@ -3478,7 +3477,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
* 新版UI隐藏活动轮播入口
|
||||
*/
|
||||
private void showBanner4() {
|
||||
btn_event4.setVisibility(View.GONE);
|
||||
btn_event4.setVisibility(View.VISIBLE);
|
||||
if (mBannerList4 == null || mBannerList4.size() == 0 || mBanner4 == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user