接入基础UI

This commit is contained in:
wangcongtao
2021-01-21 16:44:04 +08:00
parent 5e1961eb33
commit c40126aaf2
6 changed files with 138 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ import com.mogo.och.view.SlidePanelView;
* @author tongchenfei
*/
public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> extends MvpFragment<V, P> {
private SlidePanelView slidePanelView;
protected SlidePanelView slidePanelView;
private TextView tvNotice;
private CheckedTextView ctvAutopilotStatus;
private FrameLayout flStationPanelContainer;