aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/src/main/res/layout/kau_iitem_image_basic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'imagepicker/src/main/res/layout/kau_iitem_image_basic.xml')
-rw-r--r--imagepicker/src/main/res/layout/kau_iitem_image_basic.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/imagepicker/src/main/res/layout/kau_iitem_image_basic.xml b/imagepicker/src/main/res/layout/kau_iitem_image_basic.xml
deleted file mode 100644
index b89e41d..0000000
--- a/imagepicker/src/main/res/layout/kau_iitem_image_basic.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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" /> \ No newline at end of file