From 70125903eb0c58b81b37bc6e590b87ad92d9bce5 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期日, 23 七月 2017 17:50:52 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_left_person_row.xml | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_left_person_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_left_person_row.xml index cfc81ab..3f288cf 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_left_person_row.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_left_person_row.xml @@ -9,47 +9,53 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="15dp" - android:paddingBottom="15dp" - android:layout_marginLeft="24dp"> - <CheckBox + android:paddingTop="@dimen/h15dp" + android:paddingBottom="@dimen/h15dp" + android:layout_marginLeft="@dimen/w24dp" + android:id="@+id/fragment_visit_left_relative_layout" + > + <RadioButton android:id="@+id/fragment_visit_left_person_row_check_box" android:layout_centerVertical="true" android:clickable="true" android:layout_width="wrap_content" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:textSize="@dimen/w14dp" + /> <TextView android:id="@+id/fragment_visit_left_person_row_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_toRightOf="@id/fragment_visit_left_person_row_check_box" - android:layout_marginLeft="12dp" + android:layout_marginLeft="@dimen/w12dp" android:textColor="@color/colorText_5" android:text="" - android:textSize="@dimen/text_size_normal"/> + android:textSize="@dimen/w14dp"/> <com.facebook.drawee.view.SimpleDraweeView android:id="@+id/fragment_visit_left_person_row_photo" - android:layout_width="36dp" - android:layout_height="36dp" + android:layout_width="@dimen/w36dp" + android:layout_height="@dimen/h36dp" fresco:roundAsCircle = "true" android:layout_centerVertical="true" - android:layout_alignParentRight="true"/> + android:layout_alignParentRight="true" + + /> <TextView android:id="@+id/fragment_visit_left_person_row_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_toLeftOf="@id/fragment_visit_left_person_row_photo" - android:layout_marginRight="@dimen/view_size_10" + android:layout_marginRight="@dimen/w10dp" android:textColor="@color/colorText_5" android:text="" - android:textSize="@dimen/text_size_normal"/> + android:textSize="@dimen/w14dp"/> </RelativeLayout> <View android:id="@+id/fragment_visit_left_line" android:layout_width="match_parent" android:layout_height="@dimen/view_size_1" - android:layout_marginLeft="24dp" + android:layout_marginLeft="@dimen/w24dp" android:background="@color/colorText_b"/> </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0