<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
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"
|
>
|
<RelativeLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:id="@+id/fragment_surveillance_photo_cell_photo"
|
android:layout_width="@dimen/w122dp"
|
android:layout_height="@dimen/h127dp"
|
fresco:roundedCornerRadius="@dimen/w5dp"
|
fresco:placeholderImageScaleType="fitXY"
|
android:paddingTop="@dimen/h5dp"
|
android:paddingBottom="@dimen/h5dp"
|
android:background="@drawable/rounded_corners"
|
/>
|
<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>
|