Commit ad3e5d4c authored by 王海's avatar 王海

修改ui

parent 00cbd8db
......@@ -2,7 +2,7 @@ package com.xingdata.zzdpos.ui.sendticke.dialog;
import com.xingdata.zzdpos.R;
import com.xingdata.zzdpos.base.BaseDialog;
import com.xingdata.zzdpos.databinding.DialogSendTickerBeforBinding;
import com.xingdata.zzdpos.databinding.DialogSendtickerBeforBinding;
import com.xingdata.zzdpos.ui.sendticke.SendTicketPresenter;
/**
......@@ -10,11 +10,11 @@ import com.xingdata.zzdpos.ui.sendticke.SendTicketPresenter;
*/
public class SendTickerBeforDialog extends BaseDialog<SendTicketPresenter,
DialogSendTickerBeforBinding> {
DialogSendtickerBeforBinding> {
@Override
public int getLayoutId() {
return R.layout.dialog_sendTicker_befor;
return R.layout.dialog_sendticker_befor;
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment