新增主播数据弹窗
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user