From 22508482c01b9339c0caa37d5cc69f6fa64f222b Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期六, 01 四月 2017 16:28:20 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java | 4 ++-- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_row.xml | 8 ++++---- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java index 0684cd8..107df8a 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/PhoneCallFragment.java +++ b/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; } diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml index 8f8a5ea..1c4fcfb 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right.xml +++ b/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" diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_row.xml index 865aabf..47daf81 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right_row.xml +++ b/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> -- Gitblit v1.8.0