add some bottom margin to the image in the editor
This commit is contained in:
parent
51a36e5d85
commit
1c89721292
1 changed files with 3 additions and 1 deletions
|
@ -9,12 +9,14 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/default_image_view"
|
android:id="@+id/default_image_view"
|
||||||
android:layout_width="match_parent"
|
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
|
<com.theartofdev.edmodo.cropper.CropImageView
|
||||||
android:id="@+id/crop_image_view"
|
android:id="@+id/crop_image_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_marginBottom="@dimen/bottom_filters_thumbnail_height"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:cropBackgroundColor="@color/crop_image_view_background"
|
app:cropBackgroundColor="@color/crop_image_view_background"
|
||||||
app:cropInitialCropWindowPaddingRatio="0"/>
|
app:cropInitialCropWindowPaddingRatio="0"/>
|
||||||
|
|
Loading…
Reference in a new issue