blob: ed230dd8d37dc88106f37c0b31b050890bc18c78 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<ca.allanwang.kau.mediapicker.BlurredImageView 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"
app:relativeHeight="1" />
|