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