From 96c779d22c0a1df0d3441ebb4fcd30f9311e1fe2 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 29 三月 2017 15:36:25 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml index c64eaaf..20722e4 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_left.xml @@ -19,13 +19,13 @@ android:visibility="gone"> <RadioGroup - android:id="@+id/visitor_register_radio" + android:id="@+id/fragment_check_in_left_radio_group" android:layout_width="match_parent" android:layout_height="51dp" android:gravity="center" android:orientation="horizontal"> <RadioButton - android:id="@+id/visitor_register_rb_left" + android:id="@+id/fragment_check_in_left_visitor_radio" android:button="@null" android:text="鏉ヨ浜哄憳" android:textColor="@color/tab_visitor_register" @@ -33,7 +33,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" /> <RadioButton - android:id="@+id/visitor_register_rb_right" + android:id="@+id/fragment_check_in_left_interviewee_radio" android:button="@null" android:text="琚浜哄憳" android:checked="true" @@ -49,7 +49,7 @@ android:background="@color/colorSearch" android:orientation="vertical"> <EditText - android:id="@+id/visitor_register_search_et" + android:id="@+id/fragment_check_in_left_search_edit_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="5.5dp" @@ -66,7 +66,7 @@ android:background="@android:color/white" android:orientation="vertical"> <LinearLayout - android:id="@+id/visitor_register_check_class_ll" + android:id="@+id/fragment_check_in_left_sort_type_linear_layout" android:orientation="horizontal" android:gravity="center" android:visibility="gone" @@ -86,7 +86,7 @@ android:gravity="center" android:orientation="horizontal"> <RadioButton - android:id="@+id/visitor_register_check_name" + android:id="@+id/fragment_check_in_left_sort_by_name_radio_button" android:text="鎸夊鍚�" android:textColor="@color/colorText_b" android:checked="true" @@ -94,7 +94,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" /> <RadioButton - android:id="@+id/visitor_register_check_department" + android:id="@+id/fragment_check_in_left_sort_by_dept_radio_button" android:text="鎸夐儴闂�" android:textSize="@dimen/text_size_big" android:textColor="@color/colorText_b" @@ -103,7 +103,7 @@ </RadioGroup> </LinearLayout> <com.camnter.easyrecyclerview.widget.EasyRecyclerView - android:id="@+id/visitor_register_recycler" + android:id="@+id/fragment_check_in_left_list_view" android:layout_width="match_parent" android:layout_height="match_parent"></com.camnter.easyrecyclerview.widget.EasyRecyclerView> </LinearLayout> -- Gitblit v1.8.0