去除底部的贵族提示与开通贵族按钮
This commit is contained in:
parent
9298ad70f6
commit
e5d546ed6e
@ -390,6 +390,7 @@ public class LiveUserMoreDialogFragment extends AbsDialogFragment implements Vie
|
||||
setTextColor(gz_view,audience_btn, guard_btn, fans_btn, weekRank, dayRank);
|
||||
userMoreInfoAdapter.type = "1";
|
||||
type = "guanzhong";
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
}else {
|
||||
tags.setText(R.string.enjoy_a_lot);
|
||||
btn.setBackgroundResource(R.mipmap.btn_openvip);
|
||||
@ -397,6 +398,7 @@ public class LiveUserMoreDialogFragment extends AbsDialogFragment implements Vie
|
||||
setTextColor(audience_btn, guard_btn, fans_btn, weekRank, dayRank,gz_view);
|
||||
userMoreInfoAdapter.type = "1";
|
||||
type = "guanzhong";
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
}
|
||||
}else if (Tips.equals("2")) {
|
||||
tags.setText(R.string.guard_for_your);
|
||||
|
@ -3133,7 +3133,7 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:background="@drawable/background_live_sud_hint"
|
||||
android:visibility="gone"
|
||||
tools:visibility="gone">
|
||||
tools:visibility="visible">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tricky_coin"
|
||||
@ -3191,7 +3191,7 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:background="@drawable/background_live_sud_hint"
|
||||
android:visibility="gone"
|
||||
tools:visibility="gone">
|
||||
tools:visibility="visible">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/sud_game_coin"
|
||||
|
Loading…
Reference in New Issue
Block a user