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_register.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
index e250e26..1699279 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
@@ -55,7 +55,6 @@
                         android:text=""/>
                 </LinearLayout>
             </RelativeLayout>
-
             <RelativeLayout
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
@@ -71,14 +70,14 @@
                         android:id="@+id/fragment_register_choose_photo"
                         android:layout_width="147dp"
                         android:layout_height="206dp"
-                        android:background="@null"
+                        android:background="#07000000"
                         android:gravity="center"
                         />
                     <ImageView
                         android:id="@+id/fragment_register_update_photo"
                         android:layout_width="147dp"
                         android:layout_height="206dp"
-                        android:background="@null"
+                        android:background="#07000000"
                         android:text="鐐瑰嚮涓婁紶鐓х墖"
                         android:layout_marginLeft="44dp"
                         android:layout_marginRight="56dp"
@@ -103,7 +102,7 @@
                         android:id="@+id/fragment_register_choose_photo_placeholder_image"
                         android:layout_width="147dp"
                         android:layout_height="206dp"
-                        android:background="#07000000"
+                        android:alpha="0.35"
                         android:src="@drawable/u45"
                         android:paddingLeft="10dp"
                         android:paddingRight="10dp"
@@ -113,7 +112,7 @@
                         android:id="@+id/fragment_register_update_photo_placeholder_image"
                         android:layout_width="147dp"
                         android:layout_height="206dp"
-                        android:background="#07000000"
+                        android:alpha="0.35"
                         android:text="鐐瑰嚮涓婁紶鐓х墖"
                         android:layout_marginLeft="44dp"
                         android:layout_marginRight="56dp"

--
Gitblit v1.8.0