From 0f851e1e2c3a0ae70126161d1d0d70be6bd31a87 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 30 三月 2017 11:48:44 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml
index 2375523..e9f0e48 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml
@@ -5,14 +5,14 @@
android:layout_height="wrap_content">
<com.facebook.drawee.view.SimpleDraweeView
- android:id="@+id/item_user_bcg"
+ android:id="@+id/fragment_home_bottom_visitor_cell_photo"
android:layout_width="104dp"
android:layout_height="127dp"
android:layout_alignParentBottom="true"
android:scaleType="centerCrop"
- android:src="@mipmap/timg"/>
+ />
<TextView
- android:id="@+id/item_user_warning"
+ android:id="@+id/fragment_home_bottom_visitor_cell_warning"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/colorRed"
@@ -31,7 +31,7 @@
android:layout_alignParentBottom="true">
<TextView
- android:id="@+id/item_user_name"
+ android:id="@+id/fragment_home_bottom_visitor_cell_name"
android:layout_width="@dimen/view_size_0"
android:layout_height="match_parent"
android:layout_weight="1"
@@ -44,7 +44,7 @@
android:layout_height="match_parent"
android:background="@android:color/white"/>
<TextView
- android:id="@+id/item_user_status"
+ android:id="@+id/fragment_home_bottom_visitor_cell_status"
android:layout_width="@dimen/view_size_0"
android:layout_height="match_parent"
android:layout_weight="1"
--
Gitblit v1.8.0