From 87aa0b038e5a81bf7052a4d69db7dcba97c33f2f Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 13 四月 2017 14:14:19 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml
index 78317d4..536fb4a 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right.xml
@@ -47,20 +47,20 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
- <cn.com.basic.face.widget.CheckInRightVisitorCell
+ <cn.com.basic.face.widget.checkin.CheckInRightVisitorCell
android:id="@+id/fragment_check_in_right_visitor_cell"
android:layout_width="254dp"
android:layout_height="350dp"
android:background="@drawable/card_bcg"
- android:orientation="vertical"></cn.com.basic.face.widget.CheckInRightVisitorCell>
+ android:orientation="vertical"></cn.com.basic.face.widget.checkin.CheckInRightVisitorCell>
- <cn.com.basic.face.widget.CheckInIntervieweeCell
+ <cn.com.basic.face.widget.checkin.CheckInRightIntervieweeCell
android:id="@+id/fragment_check_in_right_interviewee_cell"
android:layout_width="254dp"
android:layout_height="350dp"
android:background="@drawable/card_bcg"
android:layout_marginLeft="103dp"
- android:orientation="vertical"></cn.com.basic.face.widget.CheckInIntervieweeCell>
+ android:orientation="vertical"></cn.com.basic.face.widget.checkin.CheckInRightIntervieweeCell>
</LinearLayout>
<LinearLayout
android:layout_width="611dp"
--
Gitblit v1.8.0