add some side padding to the editor image

This commit is contained in:
tibbi 2018-07-19 19:29:07 +02:00
parent 588754d999
commit 8f8baecc5f

View file

@ -10,6 +10,7 @@
android:id="@+id/crop_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/activity_margin"
app:cropBackgroundColor="@color/crop_image_view_background"
app:cropInitialCropWindowPaddingRatio="0"/>