<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="200.0px" android:layout_height="280.0px" android:layout_margin="8.0dip" android:layout_marginTop="5.0px" android:layout_marginBottom="5.0px" android:layout_marginStart="10.0px" android:layout_marginEnd="10.0px"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView android:id="@id/imageView" android:background="@drawable/gallery_back" android:padding="10.0px" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:adjustViewBounds="true" />
</FrameLayout>