| | |
| | |
|
| | | import cn.com.basic.face.base.MainActivity;
|
| | | import cn.com.basic.face.discern.query.item.PhoneCallQueryItem;
|
| | | import cn.com.basic.face.service.vo.PhoneCallFragment;
|
| | | import cn.com.basic.face.util.AppApi;
|
| | |
|
| | | public class PhoneCallRightIntervieweeCell extends LinearLayout {
|
| | |
| | | fragment_check_in_right_interviewee_cell_name.setText(item.getName());
|
| | | fragment_check_in_right_interviewee_cell_dept.setText(item.getDeptName());
|
| | | fragment_check_in_right_interviewee_cell_post.setText(item.getPostName());
|
| | | fragment_check_in_right_interviewee_cell_photo.setImageURI(Uri.parse(AppApi.IMAGEURL_BASE + item.getImagePath()));
|
| | | fragment_check_in_right_interviewee_cell_photo.setImageURI(Uri.parse(AppApi.IMAGE_URL_BASE + item.getImagePath()));
|
| | | }
|
| | |
|
| | | @OnClick(R.id.fragment_check_in_right_interviewee_cell_call_tel)
|