<?xml version="1.0" encoding="utf-8"?>
<com.kf5.sdk.system.image.view.SquareFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <com.kf5.sdk.system.image.view.SquaredImageView
        android:id="@+id/kf5_file_list_image"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="centerCrop"
        android:src="@drawable/kf5_default_error" />

    <View
        android:id="@+id/kf5_mask"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#88000000"
        android:visibility="gone" />

    <ImageView
        android:id="@+id/kf5_iamge_checkmark"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="top|right"
        android:layout_marginRight="@dimen/kf5_dimen_6dp"
        android:layout_marginTop="@dimen/kf5_dimen_6dp"
        android:src="@drawable/kf5_btn_unselected" />

</com.kf5.sdk.system.image.view.SquareFrameLayout>