调整投票ui
This commit is contained in:
parent
ea0a3375e4
commit
e6d92ffc86
@ -161,7 +161,7 @@ public class LiveRoomVoteManager {
|
||||
cancel();
|
||||
return;
|
||||
}
|
||||
mTitle.setText(Html.fromHtml(String.format(mContext.getString(R.string.live_room_vote_over_tip), msg, time + "")));
|
||||
mTitle.setText(Html.fromHtml(String.format(mContext.getString(R.string.live_room_vote_over_tip), msg+"<br/>", time + "")));
|
||||
});
|
||||
}
|
||||
}, 0, 1000);
|
||||
@ -184,6 +184,7 @@ public class LiveRoomVoteManager {
|
||||
mCancel.setText(getAnswerText(createVoteModel.getAnswer2()));
|
||||
mCancel.setOnClickListener(null);
|
||||
mSubmit.setOnClickListener(null);
|
||||
mClose.setTag(null);
|
||||
if (mSubmit.getTag() == null || !mSubmit.getTag().equals(createVoteModel.getLiveUid())) {
|
||||
mSubmit.setTextColor(Color.WHITE);
|
||||
mCancel.setTextColor(Color.WHITE);
|
||||
|
Loading…
Reference in New Issue
Block a user