2016-10-05 20:47:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-22 22:55:20 +01:00
|
|
|
<com.theartofdev.edmodo.cropper.CropImageView
|
2016-10-05 20:47:58 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-06 20:09:24 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-03-22 22:55:20 +01:00
|
|
|
android:id="@+id/crop_image_view"
|
2016-10-05 20:47:58 +02:00
|
|
|
android:layout_width="match_parent"
|
2017-03-22 22:55:20 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:cropBackgroundColor="@color/crop_image_view_background"
|
|
|
|
app:cropInitialCropWindowPaddingRatio="0"/>
|