summaryrefslogtreecommitdiffstats
path: root/cropper/src/main/res/layout/crop_image_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cropper/src/main/res/layout/crop_image_view.xml')
-rw-r--r--cropper/src/main/res/layout/crop_image_view.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/cropper/src/main/res/layout/crop_image_view.xml b/cropper/src/main/res/layout/crop_image_view.xml
deleted file mode 100644
index 50f897b5f..000000000
--- a/cropper/src/main/res/layout/crop_image_view.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<merge xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools">
-
- <ImageView
- android:id="@+id/ImageView_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:adjustViewBounds="true"
- android:scaleType="centerInside"
- tools:ignore="contentDescription" />
-
- <com.theartofdev.edmodo.cropper.CropOverlayView
- android:id="@+id/CropOverlayView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible" />
-
- <ProgressBar
- android:id="@+id/CropProgressBar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center" />
-
-</merge> \ No newline at end of file