add some bottom margin to the image in the editor

This commit is contained in:
tibbi 2018-07-23 23:35:20 +02:00
parent 51a36e5d85
commit 1c89721292

View file

@ -9,12 +9,14 @@
<ImageView
android:id="@+id/default_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/bottom_filters_thumbnail_height"/>
<com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/crop_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/bottom_filters_thumbnail_height"
android:visibility="gone"
app:cropBackgroundColor="@color/crop_image_view_background"
app:cropInitialCropWindowPaddingRatio="0"/>