From 1b1ac234c8b2175dde10982502073c70224414ad Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 29 三月 2017 17:22:24 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_home_bottom_visitor_cell.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 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..b5f4d09 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