| | |
| | |
|
| | | public class CheckInRightIntervieweeCell extends LinearLayout{
|
| | |
|
| | | private CheckInQueryItem item = new CheckInQueryItem();
|
| | | private CheckInQueryItem item;
|
| | |
|
| | | public CheckInRightIntervieweeCell(Context context) {
|
| | | super(context);
|
| | |
| | | Toast.makeText(MainActivity.getInstance(), "正在呼叫手机"+item.getMobilePhone(), Toast.LENGTH_SHORT).show();
|
| | | }
|
| | |
|
| | | public void resetForm() {
|
| | | fragment_check_in_right_interviewee_cell_name.setText("");
|
| | | fragment_check_in_right_interviewee_cell_dept.setText("");
|
| | | fragment_check_in_right_interviewee_cell_post.setText("");
|
| | | fragment_check_in_right_interviewee_cell_photo.setImageURI(null);
|
| | | }
|
| | |
|
| | | }
|