修复女神说不隐藏的问题

This commit is contained in:
zlzw 2023-04-08 16:27:33 +08:00
parent f76d649233
commit b44524b25f
2 changed files with 2 additions and 1 deletions

View File

@ -1512,6 +1512,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
mPkRankTopIcon.setVisibility(View.GONE); mPkRankTopIcon.setVisibility(View.GONE);
mAnchorLayout.setBackgroundResource(R.drawable.bg_live_ico); mAnchorLayout.setBackgroundResource(R.drawable.bg_live_ico);
mGoodNumberIcon.setVisibility(View.GONE); mGoodNumberIcon.setVisibility(View.GONE);
mAnchorSay.setVisibility(View.INVISIBLE);
} }
/** /**

View File

@ -1301,7 +1301,7 @@
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginBottom="-30dp" android:layout_marginBottom="-30dp"
android:background="@color/white" android:background="@color/white"
android:visibility="visible" /> android:visibility="invisible" />
<ImageView <ImageView