| | |
| | | ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
|
| | | layoutParams.height = WindowsUtil.dip2px(context, 127);
|
| | | layoutParams.width = WindowsUtil.dip2px(context, 104);
|
| | | // layoutParams.height = WindowsUtil.px2dip(context, 480);
|
| | | // layoutParams.width = WindowsUtil.px2dip(context, 640);
|
| | | mLayout.setLayoutParams(layoutParams);
|
| | |
|
| | | final Object data = this.getItem(position);
|
| | |
| | | ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
|
| | | layoutParams.height = WindowsUtil.dip2px(context, 127);
|
| | | layoutParams.width = WindowsUtil.dip2px(context, 104);
|
| | | // layoutParams.height = WindowsUtil.px2dip(context, 480);
|
| | | // layoutParams.width = WindowsUtil.px2dip(context, 640);
|
| | | mLayout.setLayoutParams(layoutParams);
|
| | |
|
| | | ImageView fragment_home_bottom_visitor_cell_photo = (ImageView) mLayout.findViewById(R.id.fragment_home_bottom_visitor_cell_photo);
|
| | |
| | | } else {
|
| | | fragment_home_bottom_visitor_cell_warning.setVisibility(View.GONE);
|
| | | }
|
| | |
|
| | |
|
| | | fragment_home_bottom_visitor_cell_name.setText(item.getName());
|
| | |
|
| | |
| | | cn.com.basic.face.fragment.CheckInFragment.getInstance().
|
| | | getFragment_check_in_right_visitor_cell()
|
| | | .setVisitorInfo(getVo(item));
|
| | | if (item.getBitmap() != null) {
|
| | | cn.com.basic.face.fragment.CheckInFragment.getInstance().
|
| | | getFragment_check_in_right_visitor_cell().setPhoto(item.getBitmap());
|
| | | }
|
| | | }
|
| | | });
|
| | | }
|