From 5cbc64107cb2aa02228cfd8f418439f7147dafd7 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 31 三月 2017 10:30:48 +0800
Subject: [PATCH] bugfix
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
index 1b8ac6f..6ce00db 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_left_interviewee_row.xml
@@ -1,42 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
- android:id="@+id/item_visitor_to_base"
+ android:id="@+id/fragment_check_in_left_interviewee_row_linear_layout"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="20dp"
android:paddingRight="20dp">
<RelativeLayout
- android:id="@+id/item_visitor_to_rl"
+ android:id="@+id/fragment_check_in_left_interviewee_row_relativeLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="12dp"
android:paddingBottom="12dp">
<TextView
- android:id="@+id/item_visitor_to_name"
+ android:id="@+id/fragment_check_in_left_interviewee_row_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="闃垮皵娉�"
+ android:text=""
android:layout_centerVertical="true"
android:textSize="@dimen/text_size_big"
android:textColor="@color/colorText_b"/>
<TextView
- android:id="@+id/item_visitor_to_department"
+ android:id="@+id/fragment_check_in_left_interviewee_row_dept"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="淇濆崼绉�"
+ android:text=""
android:layout_centerVertical="true"
- android:layout_toRightOf="@id/item_visitor_to_name"
+ android:layout_toRightOf="@id/fragment_check_in_left_interviewee_row_name"
android:layout_marginLeft="20dp"
android:textSize="@dimen/text_size_big"
android:textColor="@color/colorText_5"/>
<com.facebook.drawee.view.SimpleDraweeView
- android:id="@+id/item_visitor_to_avatar"
+ android:id="@+id/fragment_check_in_left_interviewee_row_photo"
android:layout_width="36dp"
android:layout_height="36dp"
fresco:roundAsCircle = "true"
- fresco:placeholderImage="@mipmap/timg"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"/>
</RelativeLayout>
--
Gitblit v1.8.0