修改多人图标闪

This commit is contained in:
18142669586 2024-06-01 12:07:36 +08:00
parent ce9336737f
commit 680780145c

View File

@ -1740,63 +1740,63 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
if (TextUtils.equals(userID, userID1)) {
textGrade1.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID2)) {
textGrade2.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID4)) {
textGrade4.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
@ -1822,84 +1822,84 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
if (TextUtils.equals(userID, userID1)) {
textGrade1.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID2)) {
textGrade2.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID4)) {
textGrade4.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade4);
imageGrade4.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID3)) {
textGrade3.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade3);
imageGrade3.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade3);
imageGrade3.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade3);
imageGrade3.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade3);
imageGrade3.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade3);
imageGrade3.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
@ -1920,42 +1920,42 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
if (TextUtils.equals(userID, userID1)) {
textGrade1.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}
} else if (TextUtils.equals(userID, userID2)) {
textGrade2.setText(String.valueOf(userScore));
if (!score.containsKey("paiming")) {
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
} else {
int ranking = score.getIntValue("paiming");
switch (ranking) {
case 1:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
break;
case 2:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
break;
case 3:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
break;
case 4:
ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
break;
}
}