From d83474582773ba7fa0993472329013471eadef22 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 17 四月 2017 17:13:37 +0800
Subject: [PATCH] update librtspface.so
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml | 27 +++++++++++++++++++++------
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml
index 2767b6e..d5b9664 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml
@@ -12,11 +12,26 @@
android:layout_gravity="center_horizontal"
android:gravity="center_vertical"
android:orientation="horizontal">
- <com.facebook.drawee.view.SimpleDraweeView
- android:id="@+id/fragment_attendance_right_photo"
- android:layout_width="197dp"
- android:layout_height="197dp"
- fresco:placeholderImageScaleType="fitXY"/>
+ <RelativeLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+ <com.facebook.drawee.view.SimpleDraweeView
+ android:id="@+id/fragment_attendance_right_photo"
+ android:layout_width="197dp"
+ android:layout_height="197dp"
+ fresco:roundedCornerRadius="5dp"
+ fresco:placeholderImageScaleType="fitXY"
+ android:background="@drawable/normal_choose_bcg"
+ />
+ <TextView
+ android:id="@+id/fragment_attendance_right_photo_placeholder_text_view"
+ android:layout_width="197dp"
+ android:layout_height="197dp"
+ android:background="#07000000"
+ android:text="浜哄憳澶村儚"
+ android:gravity="center"
+ />
+ </RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -169,7 +184,7 @@
android:layout_below="@id/attendance_bottom_title_ll"
android:layout_alignStart="@id/attendance_bottom_title_ll"
android:layout_alignEnd="@id/attendance_bottom_title_ll"/>
- <com.camnter.easyrecyclerview.widget.EasyRecyclerView
+ <cn.com.basic.face.widget.attendance.AttendanceRightListView
android:id="@+id/fragment_attendance_right_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
--
Gitblit v1.8.0