修改多人图标闪
This commit is contained in:
parent
ce9336737f
commit
680780145c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user