aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/src/main/res/layout/kau_iitem_image.xml
blob: 22cc998f1fceaadb181eff9e4dfa4994d81430dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ImageView
        android:id="@+id/kau_image"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:scaleType="centerCrop"
        android:background="#f0f"
        app:layout_constraintDimensionRatio="1:1" />

</android.support.constraint.ConstraintLayout>