修复【在线观众列表,先点粉丝再点日榜周榜,粉丝牌没有消失。】
This commit is contained in:
parent
020bbf322d
commit
596c9f9962
@ -153,7 +153,7 @@ public class UserMoreInfoAdapter extends RefreshAdapter<UserBean> {
|
||||
title.setVisibility(View.GONE);
|
||||
title1.setVisibility(View.GONE);
|
||||
Log.i("tag", "" + num);
|
||||
ivIcon.setVisibility(View.VISIBLE);
|
||||
ivIcon.setVisibility(View.GONE);
|
||||
mIcon.setImageBitmap(null);
|
||||
|
||||
tvName.setVisibility(View.GONE);
|
||||
@ -220,6 +220,7 @@ public class UserMoreInfoAdapter extends RefreshAdapter<UserBean> {
|
||||
tvName.setText(((LiveUserRankBean) bean).getTotal() + "");
|
||||
tvName.setTextColor(Color.parseColor("#9E9E9E"));
|
||||
tvName.setTextSize(12);
|
||||
|
||||
switch (position) {
|
||||
case 0:
|
||||
rankImage.setImageResource(R.mipmap.day_list_no_1);
|
||||
|
Loading…
Reference in New Issue
Block a user