未加入粉丝团文案修改
This commit is contained in:
@@ -142,6 +142,7 @@ class SingleRoomFragment : BaseRoomFragment<ISingleRoomView?, SingleRoomPresente
|
|||||||
FansTeamJoinedActivity.start(requireContext())
|
FansTeamJoinedActivity.start(requireContext())
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
gameBinding.tvFansTeamOpt.text = "加入我的粉丝团吧~"
|
||||||
clickListener = View.OnClickListener {
|
clickListener = View.OnClickListener {
|
||||||
FansTeamJoinActivity.start(requireContext())
|
FansTeamJoinActivity.start(requireContext())
|
||||||
}
|
}
|
||||||
|
@@ -662,7 +662,8 @@ public class GiftDialog extends BottomSheetDialog implements View.OnClickListene
|
|||||||
showEmptyView();
|
showEmptyView();
|
||||||
} else if (position == GiftIndicator.TYPE_LUCKY ||
|
} else if (position == GiftIndicator.TYPE_LUCKY ||
|
||||||
position == GiftIndicator.TYPE_WEEK ||
|
position == GiftIndicator.TYPE_WEEK ||
|
||||||
position == GiftIndicator.TYPE_DRAW_GIFT) {
|
position == GiftIndicator.TYPE_DRAW_GIFT ||
|
||||||
|
position == GiftIndicator.TYPE_SING_ROOM) {
|
||||||
showEmptyView();
|
showEmptyView();
|
||||||
updateWeekStarDesc();
|
updateWeekStarDesc();
|
||||||
isShowDrawGiftModel = false;
|
isShowDrawGiftModel = false;
|
||||||
|
@@ -121,9 +121,9 @@
|
|||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingStart="8dp"
|
android:paddingStart="8dp"
|
||||||
android:paddingEnd="8dp"
|
android:paddingEnd="8dp"
|
||||||
android:text="该主播暂未开通粉丝团"
|
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:textSize="12dp" />
|
android:textSize="12dp"
|
||||||
|
tools:text="该主播暂未开通粉丝团" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user