From c66f572ffc4cf88b46a0bab95ad0171259818938 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 13 四月 2017 11:57:43 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml | 27 +++++++++++++++++++++------
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml | 29 +++++++++++++++++++++++------
2 files changed, 44 insertions(+), 12 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml
index 3a5e308..e781c6b 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml
@@ -26,15 +26,30 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
- <com.facebook.drawee.view.SimpleDraweeView
- android:id="@+id/fragment_check_in_right_interviewee_cell_photo"
+ <RelativeLayout
android:layout_width="100dp"
android:layout_height="100dp"
- fresco:roundAsCircle = "true"
+ android:layout_marginTop="25dp"
android:layout_gravity="center_horizontal"
- android:layout_marginTop="@dimen/view_size_25"
- android:background="@drawable/u202"
- />
+ >
+ <com.facebook.drawee.view.SimpleDraweeView
+ android:id="@+id/fragment_check_in_right_interviewee_cell_photo"
+ android:layout_width="100dp"
+ android:layout_height="100dp"
+ fresco:roundAsCircle = "true"
+ android:layout_gravity="center_horizontal"
+ android:background="@drawable/u202"
+ android:layout_alignParentTop="true" />
+ <TextView
+ android:id="@+id/fragment_check_in_right_interviewee_cell_photo_placeholder"
+ android:layout_width="100dp"
+ android:layout_height="100dp"
+ android:layout_gravity="center_horizontal"
+ android:background="#07000000"
+ android:text="娣诲姞\n琚浜哄憳"
+ android:gravity="center"
+ android:layout_alignParentTop="true" />
+ </RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml
index 00277e8..ff9f32d 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml
@@ -27,15 +27,32 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
- <com.facebook.drawee.view.SimpleDraweeView
- android:id="@+id/fragment_check_in_right_visitor_cell_photo"
+ <RelativeLayout
android:layout_width="100dp"
android:layout_height="100dp"
- fresco:roundAsCircle = "true"
+ android:layout_marginTop="25dp"
android:layout_gravity="center_horizontal"
- android:layout_marginTop="@dimen/view_size_25"
- android:background="@drawable/u202"
- />
+ >
+ <com.facebook.drawee.view.SimpleDraweeView
+ android:id="@+id/fragment_check_in_right_visitor_cell_photo"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ fresco:roundAsCircle = "true"
+ android:layout_gravity="center_horizontal"
+ android:background="@drawable/u202"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentStart="true" />
+ <TextView
+ android:id="@+id/fragment_check_in_right_visitor_cell_photo_placeholder"
+ android:layout_width="100dp"
+ android:layout_height="100dp"
+ android:layout_gravity="center_horizontal"
+ android:background="#07000000"
+ android:text="娣诲姞\n鏉ヨ浜哄憳"
+ android:gravity="center"
+ android:layout_alignParentTop="true" />
+ </RelativeLayout>
+
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
--
Gitblit v1.8.0