blob: 939f1395c3bab1bea8cebc13c58ee03fc3aacf41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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"
xmlns:tools="http://schemas.android.com/tools"
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"
tools:ignore="UnusedAttribute" />
|