| | |
| | | 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" |
| | | > |
| | | <RelativeLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content"> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | <!-- <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_surveillance_photo_cell_photo" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | |
| | | android:paddingLeft="@dimen/w5dp" |
| | | fresco:roundedCornerRadius="@dimen/w5dp" |
| | | android:alpha="0.55" |
| | | />--> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_surveillance_photo_cell_photo_bg" |
| | | 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" |
| | | /> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_surveillance_photo_cell_photo" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:scaleType="centerCrop" |
| | | android:paddingTop="@dimen/h5dp" |
| | | android:paddingRight="@dimen/w5dp" |
| | | android:paddingLeft="@dimen/w5dp" |
| | | android:paddingBottom="@dimen/w5dp" |
| | | fresco:roundedCornerRadius="@dimen/w5dp" |
| | | /> |
| | | </RelativeLayout> |
| | | <ImageView |