File was renamed from app/src/main/java/com/example/photovoltaic/base/BaseFragment.java |
| | |
| | | package com.example.photovoltaic.base; |
| | | package com.hdl.photovoltaic.base; |
| | | |
| | | import android.content.Context; |
| | | import android.content.Intent; |
| | | import android.os.Bundle; |
| | | import android.util.Log; |
| | | import android.view.LayoutInflater; |
| | | import android.view.View; |
| | | import android.view.ViewGroup; |
| | | import android.view.WindowManager; |
| | | import android.widget.FrameLayout; |
| | | import android.widget.LinearLayout; |
| | | |
| | | import androidx.annotation.NonNull; |
| | | import androidx.annotation.Nullable; |
| | |
| | | import androidx.fragment.app.FragmentActivity; |
| | | import androidx.lifecycle.Lifecycle; |
| | | |
| | | import com.example.photovoltaic.listener.BaseView; |
| | | import com.hdl.photovoltaic.listener.BaseView; |
| | | |
| | | import org.greenrobot.eventbus.EventBus; |
| | | import org.greenrobot.eventbus.Subscribe; |
| | | import org.greenrobot.eventbus.ThreadMode; |
| | | |
| | | import java.util.Locale; |
| | | |
| | |
| | | _mActivity = getActivity(); |
| | | } |
| | | |
| | | |
| | | @Nullable |
| | | @Override |
| | | public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { |