From c7fe31931a26a941ca2adf002e40b47a049a604c Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 27 四月 2017 11:07:57 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visit_right.xml | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 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 e46195c..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
@@ -21,13 +21,13 @@
android:layout_width="197dp"
android:layout_height="197dp"
fresco:roundedCornerRadius="5dp"
- android:background="@drawable/u45"
+ 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="210dp"
+ android:layout_height="197dp"
fresco:placeholderImageScaleType="fitXY"
android:layout_marginLeft="79dp"
fresco:roundedCornerRadius="5dp"
@@ -45,14 +45,12 @@
android:layout_width="197dp"
android:layout_height="197dp"
fresco:roundedCornerRadius="5dp"
- android:background="#07000000"
- android:src="@drawable/u45"
- fresco:placeholderImageScaleType="fitXY"
+ 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_width="330dp"
- android:layout_height="210dp"
+ android:layout_height="197dp"
fresco:placeholderImageScaleType="fitXY"
android:layout_marginLeft="79dp"
fresco:roundedCornerRadius="5dp"
@@ -61,7 +59,7 @@
fresco:roundTopRight="true"
fresco:roundBottomLeft="true"
fresco:roundBottomRight="true"
- />
+ android:layout_width="330dp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
@@ -72,11 +70,12 @@
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="210dp"
+ android:layout_height="197dp"
android:layout_marginLeft="79dp"
android:text="璇佷欢鐓�"
android:gravity="center"
--
Gitblit v1.8.0