From b8cb20f802a0aae906a33e2357050219fbe1aaf3 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 21 四月 2017 11:41:04 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml |  124 ++++++++++++++++++++++++++++++-----------
 1 files changed, 90 insertions(+), 34 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml
index 17c4ec9..fb92f35 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml
@@ -10,25 +10,81 @@
         android:layout_centerHorizontal="true"
         android:layout_marginTop="20dp"
         android:orientation="horizontal">
-        <com.facebook.drawee.view.SimpleDraweeView
-            android:id="@+id/fragment_visit_right_head_photo"
-            android:layout_width="197dp"
-            android:layout_height="197dp"
-            android:background="@android:color/black"
-            fresco:placeholderImageScaleType="fitXY"
-            />
-        <com.facebook.drawee.view.SimpleDraweeView
-            android:id="@+id/fragment_visit_right_card_photo"
-            android:layout_width="330dp"
-            android:layout_height="210dp"
-            fresco:placeholderImageScaleType="fitXY"
-            android:layout_marginLeft="79dp"
-            fresco:roundedCornerRadius="20dp"
-            fresco:roundTopLeft="true"
-            fresco:roundTopRight="true"
-            fresco:roundBottomLeft="true"
-            fresco:roundBottomRight="true"
-            />
+        <RelativeLayout
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content">
+            <LinearLayout
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content">
+                <com.facebook.drawee.view.SimpleDraweeView
+                    android:id="@+id/fragment_visit_right_head_photo"
+                    android:layout_width="197dp"
+                    android:layout_height="197dp"
+                    fresco:roundedCornerRadius="5dp"
+                    android:background="#07000000"
+                    fresco:placeholderImageScaleType="fitXY"
+                    />
+                <com.facebook.drawee.view.SimpleDraweeView
+                    android:id="@+id/fragment_visit_right_card_photo"
+                    android:layout_width="330dp"
+                    android:layout_height="197dp"
+                    fresco:placeholderImageScaleType="fitXY"
+                    android:layout_marginLeft="79dp"
+                    fresco:roundedCornerRadius="5dp"
+                    fresco:roundTopLeft="true"
+                    fresco:roundTopRight="true"
+                    fresco:roundBottomLeft="true"
+                    fresco:roundBottomRight="true"
+                    />
+            </LinearLayout>
+            <LinearLayout
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content">
+                <com.facebook.drawee.view.SimpleDraweeView
+                    android:id="@+id/fragment_visit_right_head_photo_placeholder_image"
+                    android:layout_width="197dp"
+                    android:layout_height="197dp"
+                    fresco:roundedCornerRadius="5dp"
+                    android:alpha="0.35"
+                    android:background="@drawable/u45"
+                    />
+                <com.facebook.drawee.view.SimpleDraweeView
+                    android:id="@+id/fragment_visit_right_card_photo_placeholder_image"
+                    android:layout_height="197dp"
+                    fresco:placeholderImageScaleType="fitXY"
+                    android:layout_marginLeft="79dp"
+                    fresco:roundedCornerRadius="5dp"
+                    android:background="#07000000"
+                    fresco:roundTopLeft="true"
+                    fresco:roundTopRight="true"
+                    fresco:roundBottomLeft="true"
+                    fresco:roundBottomRight="true"
+                    android:layout_width="330dp" />
+            </LinearLayout>
+            <LinearLayout
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content">
+                <TextView
+                    android:id="@+id/fragment_visit_right_head_photo_placeholder_text_view"
+                    android:layout_width="197dp"
+                    android:layout_height="197dp"
+                    android:background="#07000000"
+                    android:src="@drawable/u45"
+                    android:visibility="invisible"
+                    />
+                <TextView
+                    android:id="@+id/fragment_visit_right_card_photo_placeholder_text_view"
+                    android:layout_width="330dp"
+                    android:layout_height="197dp"
+                    android:layout_marginLeft="79dp"
+                    android:text="璇佷欢鐓�"
+                    android:gravity="center"
+                    android:layout_gravity="center"
+                    android:textSize="@dimen/text_size_navigation"
+                    android:background="#00000000"
+                    />
+            </LinearLayout>
+        </RelativeLayout>
     </LinearLayout>
     <ScrollView
         android:layout_width="match_parent"
@@ -68,7 +124,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="濮撳悕:"
+                            android:text="濮撳悕锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_name"
@@ -88,7 +144,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鐢佃瘽:"
+                            android:text="鐢佃瘽锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_phone"
@@ -125,7 +181,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鎬у埆:"
+                            android:text="鎬у埆锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_gender"
@@ -145,10 +201,10 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="璇佷欢绫诲瀷:"
+                            android:text="璇佷欢绫诲瀷锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
-                            android:id="@+id/fragment_visit_right_"
+                            android:id="@+id/fragment_visit_right_id_type"
                             android:layout_width="match_parent"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
@@ -183,7 +239,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鍥界睄:"
+                            android:text="鍥界睄锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_country"
@@ -203,7 +259,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="璇佷欢缂栧彿:"
+                            android:text="璇佷欢缂栧彿锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_id_num"
@@ -241,7 +297,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鍑虹敓鏃ユ湡:"
+                            android:text="鍑虹敓鏃ユ湡锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_birthday"
@@ -261,7 +317,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鍏徃鍚嶇О:"
+                            android:text="鍏徃鍚嶇О锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_company"
@@ -306,7 +362,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鎷滆浜�:"
+                            android:text="鎷滆浜猴細"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_person"
@@ -326,7 +382,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鎷滆浜嬫儏:"
+                            android:text="鎷滆浜嬫儏锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_visit_reason"
@@ -363,7 +419,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鏉ヨ閮ㄩ棬:"
+                            android:text="鏉ヨ閮ㄩ棬锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_from_dept"
@@ -383,7 +439,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="璁块棶鐘舵��:"
+                            android:text="璁块棶鐘舵�侊細"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_status"
@@ -420,7 +476,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="鏉ヨ鏃堕棿:"
+                            android:text="鏉ヨ鏃堕棿锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_visit_time"
@@ -440,7 +496,7 @@
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:textSize="@dimen/text_size_big"
-                            android:text="绂诲紑鏃堕棿:"
+                            android:text="绂诲紑鏃堕棿锛�"
                             android:textColor="@color/colorText_5"/>
                         <TextView
                             android:id="@+id/fragment_visit_right_exit_time"

--
Gitblit v1.8.0