feat:移除房间底部VIP入口
This commit is contained in:
@@ -72,7 +72,6 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
|
||||
private LinearLayout micLayout;
|
||||
private ImageView iconMicQueue;
|
||||
private ImageView iconRoomMsg;
|
||||
private ImageView iconVip;
|
||||
|
||||
@Nullable
|
||||
private PopupWindow msgTipPopupWindow;
|
||||
@@ -109,7 +108,6 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
|
||||
iconMicQueue = (ImageView) findViewById(R.id.icon_mic_queue);
|
||||
|
||||
iconRoomMsg = findViewById(R.id.iv_room_message);
|
||||
iconVip = findViewById(R.id.icon_room_vip);
|
||||
ImageView gameView = findViewById(R.id.icon_room_game);
|
||||
openMic.setOnClickListener(this);
|
||||
sendMsgInput.setOnClickListener(this);
|
||||
@@ -119,7 +117,6 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
|
||||
sendMagic.setOnClickListener(this);
|
||||
iconMicQueue.setOnClickListener(this);
|
||||
iconRoomMsg.setOnClickListener(this);
|
||||
iconVip.setOnClickListener(this);
|
||||
gameView.setOnClickListener(this);
|
||||
|
||||
setMicBtnEnable(false);
|
||||
@@ -320,9 +317,6 @@ public class BottomView extends LinearLayout implements View.OnClickListener {
|
||||
wrapper.onRoomMessageClick();
|
||||
}
|
||||
break;
|
||||
case R.id.icon_room_vip:
|
||||
VipMainActivity.start(getContext());
|
||||
break;
|
||||
case R.id.icon_room_game:
|
||||
if (wrapper != null) {
|
||||
wrapper.onRoomGameplayClick();
|
||||
|
@@ -118,14 +118,6 @@
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/icon_send_magic" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_room_vip"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginStart="@dimen/dp_9"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/ic_vip_room_bottom" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</HorizontalScrollView>
|
||||
|
Reference in New Issue
Block a user