From 5f6f6485349c6c2b4d046f4307a8b8c8b251bdc1 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 03 五月 2017 10:07:13 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
index 70dd9db..20df68c 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_bottom_attendance_cell.xml
@@ -8,15 +8,15 @@
 
     <com.facebook.drawee.view.SimpleDraweeView
         android:id="@+id/fragment_home_bottom_attendance_cell_photo"
-        android:layout_width="122dp"
-        android:layout_height="127dp"
-        fresco:roundedCornerRadius="5dp"
+        android:layout_width="@dimen/w122dp"
+        android:layout_height="@dimen/h127dp"
+        fresco:roundedCornerRadius="@dimen/w5dp"
         android:layout_alignParentBottom="true"
         android:scaleType="centerCrop"
         />
     <LinearLayout
         android:layout_width="match_parent"
-        android:layout_height="20dp"
+        android:layout_height="@dimen/h20dp"
         android:background="#40000000"
         android:layout_alignParentBottom="true">
 

--
Gitblit v1.8.0