From 109ffe9a777658936a38d0c146579a67c60a0d17 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 11 五月 2017 17:48:48 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_photo_blank_cell.xml | 36 ++++++++++++++++++++++++++---------- 1 files changed, 26 insertions(+), 10 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_photo_blank_cell.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_photo_blank_cell.xml index b2d6de5..ea13883 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_photo_blank_cell.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance_photo_blank_cell.xml @@ -1,17 +1,33 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/fragment_home_bottom_register_cell_relative_layout" + android:id="@+id/fragment_surveillance_photo_cell_relative_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" xmlns:fresco="http://schemas.android.com/apk/res-auto" + android:gravity="center_horizontal" + android:layout_gravity="center_horizontal" > - <com.facebook.drawee.view.SimpleDraweeView - android:id="@+id/fragment_surveillance_photo_cell_photo1" - android:layout_width="@dimen/w122dp" - android:layout_height="@dimen/h127dp" - android:alpha="0.35" - fresco:roundedCornerRadius="@dimen/w5dp" - fresco:placeholderImageScaleType="fitXY" - android:background="@drawable/normal_choose_bcg" - /> + <RelativeLayout + android:layout_width="wrap_content" + android:layout_height="wrap_content"> + <com.facebook.drawee.view.SimpleDraweeView + android:id="@+id/fragment_surveillance_photo_cell_photo1" + android:layout_width="@dimen/w122dp" + android:layout_height="@dimen/h127dp" + android:alpha="0.35" + fresco:roundedCornerRadius="@dimen/w5dp" + fresco:placeholderImageScaleType="fitXY" + android:background="@drawable/normal_choose_bcg" + /> + <ImageView + android:id="@+id/fragment_surveillance_photo_cell_select" + android:layout_width="@dimen/w50dp" + android:layout_height="@dimen/h50dp" + android:src="@drawable/u241" + android:textColor="@android:color/white" + android:visibility="gone" + android:layout_marginTop="@dimen/w50dp" + android:layout_marginStart="@dimen/w50dp" + /> + </RelativeLayout> </RelativeLayout> \ No newline at end of file -- Gitblit v1.8.0