From 109ffe9a777658936a38d0c146579a67c60a0d17 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 11 五月 2017 17:48:48 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml index 6d32b87..74e13df 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml @@ -9,9 +9,9 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="15dp" - android:paddingBottom="15dp" - android:layout_marginLeft="24dp" + android:paddingTop="@dimen/h15dp" + android:paddingBottom="@dimen/h15dp" + android:layout_marginLeft="@dimen/w24dp" android:id="@+id/fragment_attendance_left_relative_layout" > <RadioButton @@ -26,14 +26,14 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_toRightOf="@id/fragment_attendance_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_attendance_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"/> @@ -46,12 +46,12 @@ android:layout_marginRight="@dimen/view_size_10" android:textColor="@color/colorText_5" android:text="" - android:textSize="@dimen/text_size_normal"/> + android:textSize="@dimen/w14dp"/> </RelativeLayout> <View android:id="@+id/fragment_attendance_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