添加周星榜
This commit is contained in:
@@ -76,7 +76,13 @@ public class LiveTotalDialog extends AbsDialogFragment {
|
||||
dismiss();
|
||||
}
|
||||
);
|
||||
|
||||
//周星榜
|
||||
ViewClicksAntiShake.clicksAntiShake(findViewById(R.id.live_wks_layout), () -> {
|
||||
Bus.get().post(new LiveAudienceEvent()
|
||||
.setType(LiveAudienceEvent.LiveAudienceType.LIVEWKS));
|
||||
dismiss();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -31,7 +31,8 @@ public class LiveAudienceEvent extends BaseModel {
|
||||
GIFTPOPUP(3, "礼物弹窗"),
|
||||
CURRENTACTIVITY(4, "当前活动"),
|
||||
FANCLUB(5,"粉絲團"),
|
||||
GUARD(6,"守護");
|
||||
GUARD(6,"守護"),
|
||||
LIVEWKS(7,"周星榜");
|
||||
|
||||
|
||||
private int type;
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/live_wks_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="28dp"
|
||||
|
||||
Reference in New Issue
Block a user