| | |
| | | TextView fragment_home_bottom_visitor_cell_name = (TextView) mLayout.findViewById(R.id.fragment_home_bottom_visitor_cell_name);
|
| | | TextView fragment_home_bottom_visitor_cell_status = (TextView) mLayout.findViewById(R.id.fragment_home_bottom_visitor_cell_status);
|
| | |
|
| | |
|
| | | Object data = this.getItem(position);
|
| | | // if (data instanceof FacePhotoItem) {
|
| | | // final FacePhotoItem item = (FacePhotoItem) data;
|
| | |
| | | }
|
| | | });
|
| | | }
|
| | | if (item.getWarning() != null && "1".equals(item.getWarning())) {
|
| | | fragment_home_bottom_visitor_cell_warning.setVisibility(View.VISIBLE);
|
| | | } else {
|
| | | fragment_home_bottom_visitor_cell_warning.setVisibility(View.INVISIBLE);
|
| | | }
|
| | |
|
| | | }
|
| | |
|
| | | }
|