新增主播数据弹窗

This commit is contained in:
2023-02-18 11:03:49 +08:00
parent 79ded6bff4
commit b2f779f58a
9 changed files with 304 additions and 12 deletions

View File

@@ -17,6 +17,12 @@ public abstract class AbsDialogPopupWindow extends BottomPopupView {
}
public abstract void buildDialog(XPopup.Builder builder);
public abstract int bindLayoutId();
@Override
protected int getImplLayoutId() {
return bindLayoutId();
}
public void showDialog() {
XPopup.Builder builder = new XPopup.Builder(mContext);