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_check_in_left_interviewee_row.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
index 6ce00db..fa410ff 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
@@ -5,14 +5,14 @@
     android:orientation="vertical"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:paddingLeft="20dp"
-    android:paddingRight="20dp">
+    android:paddingLeft="@dimen/w20dp"
+    android:paddingRight="@dimen/w20dp">
     <RelativeLayout
         android:id="@+id/fragment_check_in_left_interviewee_row_relativeLayout"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:paddingTop="12dp"
-        android:paddingBottom="12dp">
+        android:paddingTop="@dimen/h12dp"
+        android:paddingBottom="@dimen/h12dp">
         <TextView
             android:id="@+id/fragment_check_in_left_interviewee_row_name"
             android:layout_width="wrap_content"
@@ -28,13 +28,13 @@
             android:text=""
             android:layout_centerVertical="true"
             android:layout_toRightOf="@id/fragment_check_in_left_interviewee_row_name"
-            android:layout_marginLeft="20dp"
+            android:layout_marginLeft="@dimen/w20dp"
             android:textSize="@dimen/text_size_big"
             android:textColor="@color/colorText_5"/>
         <com.facebook.drawee.view.SimpleDraweeView
             android:id="@+id/fragment_check_in_left_interviewee_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"/>

--
Gitblit v1.8.0