VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java
@@ -37,7 +37,7 @@ private RadioGroup fragment_phone_call_left_sort_radio_group; @ViewInject(R.id.fragment_phone_call_left_sort_type_linear_layout) private LinearLayout fragment_phone_call_left_sort_type_linear_layout; @ViewInject(R.id.fragment_phone_call_right_interviewe_cell) @ViewInject(R.id.fragment_phone_call_right_interviewee_cell) private CheckInIntervieweeCell fragment_phone_call_right_interviewe_cell; @ViewInject(R.id.fragment_phone_call_left_list_view) private EasyRecyclerView fragment_phone_call_left_list_view; @@ -62,7 +62,7 @@ public View addRightLayout() { mViewRight = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_phone_call_right,null); fragment_phone_call_right_interviewe_cell = (CheckInIntervieweeCell) mViewRight.findViewById(R.id.fragment_phone_call_right_interviewe_cell); fragment_phone_call_right_interviewe_cell = (CheckInIntervieweeCell) mViewRight.findViewById(R.id.fragment_phone_call_right_interviewee_cell); return mViewRight; } VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml
@@ -4,7 +4,7 @@ android:layout_height="match_parent"> <cn.com.basic.face.widget.CheckInIntervieweeCell android:id="@+id/fragment_phone_call_right_interviewe_cell" android:id="@+id/fragment_phone_call_right_interviewee_cell" android:layout_width="254dp" android:layout_height="350dp" android:background="@drawable/card_bcg" VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_row.xml
@@ -21,14 +21,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="@dimen/text_size_big" android:text="哈哈哈:" android:text="" android:textColor="@color/colorText_5"/> <TextView android:id="@+id/visitor_manager_row_content_left" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="@dimen/text_size_big" android:text="哈哈" android:text="" android:textColor="@color/colorText_b" android:background="@null"/> </LinearLayout> @@ -42,14 +42,14 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="@dimen/text_size_big" android:text="哈哈哈:" android:text="" android:textColor="@color/colorText_5"/> <TextView android:id="@+id/visitor_manager_row_content_right" android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="@dimen/text_size_big" android:text="哈哈" android:text="" android:textColor="@color/colorText_b" android:background="@null"/> </LinearLayout>