From 54ee6e00def90552c41588c74f436fd0d181eae3 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 02 五月 2017 18:09:01 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_left_person_row.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 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..b9ab378 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"/> <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"/> @@ -52,6 +52,6 @@ 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