2016-10-08 17:03:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-08 19:03:50 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2016-10-08 17:03:52 +02:00
|
|
|
android:id="@+id/coordinator_layout"
|
|
|
|
android:layout_width="match_parent"
|
2016-10-25 20:26:53 +02:00
|
|
|
android:layout_height="match_parent">
|
2016-10-08 17:03:52 +02:00
|
|
|
|
2016-10-08 19:03:50 +02:00
|
|
|
<com.theartofdev.edmodo.cropper.CropImageView
|
|
|
|
android:id="@+id/crop_image_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:cropInitialCropWindowPaddingRatio="0"/>
|
|
|
|
|
2016-10-08 17:03:52 +02:00
|
|
|
</RelativeLayout>
|