aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/src/main/res/layout/kau_iitem_image_basic.xml
blob: b89e41d6407429d4f7a7c79990f947ca752649b6 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<ca.allanwang.kau.ui.views.MeasuredImageView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/kau_image"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="2dp"
    android:foreground="@drawable/kau_selectable_white"
    android:scaleType="centerCrop"
    app:relativeHeight="1" />