xuxiuxi
2017-04-13 cbadfba57111b50e65982ac4c1028acdcfe3cd45


git-svn-id: http://192.168.1.226/svn/proxy@441 454eff88-639b-444f-9e54-f578c98de674
1个文件已修改
8 ■■■■ 已修改文件
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/SurveillanceFragment.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/SurveillanceFragment.java
@@ -63,7 +63,7 @@
        /**
         * 访客->人员注册
         */
        private void RegisterCellViewFillData(EasyRecyclerViewHolder holder, int posistion){
        private void RegisterCellViewFillData(EasyRecyclerViewHolder holder, int position){
            RelativeLayout mLayout = holder.findViewById(R.id.fragment_home_bottom_register_cell_relative_layout);
            ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
@@ -71,7 +71,7 @@
            layoutParams.width = WindowsUtil.dip2px(context, 104);
            mLayout.setLayoutParams(layoutParams);
            final Object data = this.getItem(posistion);
            final Object data = this.getItem(position);
            ImageView fragment_home_bottom_register_cell_photo = holder.findViewById(R.id.fragment_home_bottom_register_cell_photo);
            TextView fragment_home_bottom_register_cell_to_register = holder.findViewById(R.id.fragment_home_bottom_register_cell_to_register);
@@ -92,7 +92,7 @@
        /**
         * 访客->来访登记
         */
        private void checkInCellViewFillData(EasyRecyclerViewHolder holder, int posistion){
        private void checkInCellViewFillData(EasyRecyclerViewHolder holder, int position){
            RelativeLayout mLayout = holder.findViewById(R.id.fragment_supervisory_bottom_visitor_cell_relative_layout);
            ViewGroup.LayoutParams layoutParams = mLayout.getLayoutParams();
@@ -106,7 +106,7 @@
            TextView fragment_home_bottom_visitor_cell_status = (TextView) mLayout.findViewById(R.id.fragment_home_bottom_visitor_cell_status);
            //statusTv.setText("");
            Object data = this.getItem(posistion);
            Object data = this.getItem(position);
            if (data instanceof FacePhotoItem) {
                final FacePhotoItem item = (FacePhotoItem) data;