mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 05:57:59 +01:00
9 lines
435 B
XML
9 lines
435 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.theartofdev.edmodo.cropper.CropImageView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/crop_image_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:cropBackgroundColor="@color/crop_image_view_background"
|
|
app:cropInitialCropWindowPaddingRatio="0"/>
|