| | |
| | | import com.bsk.zhangbo.demoforbsk.R;
|
| | |
|
| | | import cn.com.basic.face.adapter.CheckInLeftListViewAdapter;
|
| | | import cn.com.basic.face.base.MainUIBaseFragment;
|
| | | import cn.com.basic.face.base.LeftRightBaseFragment;
|
| | | import cn.com.basic.face.base.MainActivity;
|
| | | import cn.com.basic.face.util.Constant;
|
| | | import cn.com.basic.face.widget.CheckInIntervieweeCell;
|
| | |
| | | * Created by Sinoe on 2017/2/23.
|
| | | */
|
| | |
|
| | | public class PhoneCallFragment extends MainUIBaseFragment {
|
| | | public class PhoneCallFragment extends LeftRightBaseFragment {
|
| | |
|
| | |
|
| | | private View mViewLeft,mViewRight;
|
| | |
| | | public static PhoneCallFragment newInstance() {
|
| | | return new PhoneCallFragment();
|
| | | }
|
| | | @Override
|
| | |
|
| | | public View addLeftLayout() {
|
| | |
|
| | | mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_left,null);
|
| | |
| | | return mViewLeft;
|
| | | }
|
| | |
|
| | | @Override
|
| | |
|
| | | public View addRightLayout() {
|
| | | mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_right,null);
|
| | | mVisitorTo = (CheckInIntervieweeCell) mViewRight.findViewById(R.id.tel_phone_to);
|