xuxiuxi
2017-05-11 090ba27c385463ccd77197f82b10c69f695b6708
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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:layout_width="wrap_content"
    android:layout_height="wrap_content"
    xmlns:fresco="http://schemas.android.com/apk/res-auto"
    >
    <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>