xuxiuxi
2017-03-29 1cdfc360062c64bcf677c7261f3a831ddef81c1b


git-svn-id: http://192.168.1.226/svn/proxy@240 454eff88-639b-444f-9e54-f578c98de674
3 文件已重命名
2个文件已修改
6 ■■■■ 已修改文件
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/AttendanceRecyclerViewAdapter.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right_row.xml 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/AttendanceRecyclerViewAdapter.java
@@ -14,7 +14,7 @@
    private TextView mTvNumber,mTvTime,mTvAddress,mTvState;
    @Override
    public int[] getItemLayouts() {
        return new int[]{R.layout.item_attendance};
        return new int[]{R.layout.fragment_attendance_right_row};
    }
    @Override
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java
@@ -42,7 +42,7 @@
    @Override
    public View addLeftLayout() {
        mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.tel_phone_left,null);
        mViewLeft = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_left,null);
        mRGTop = (RadioGroup) mViewLeft.findViewById(R.id.visitor_register_radio);
        mRGClass = (RadioGroup) mViewLeft.findViewById(R.id.visitor_register_check_class);
        mLlRadioGroupClass = (LinearLayout) mViewLeft.findViewById(R.id.visitor_register_check_class_ll);
@@ -63,7 +63,7 @@
    @Override
    public View addRightLayout() {
        mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.tel_phone_right,null);
        mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_right,null);
        mVisitorTo = (VisitorView) mViewRight.findViewById(R.id.tel_phone_to);
        mVisitorTo.setType(Constant.VISITOR_TO);
        mVisitorTo.setTitle("dasfasdfasdf");
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right_row.xml
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml