mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
set top margin at the edit and set wallpaper activities
This commit is contained in:
parent
a6fb0c18fa
commit
4e29fcb6af
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
android:id="@+id/activity_edit_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
android:layout_marginTop="?attr/actionBarSize">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/default_image_view"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
android:id="@+id/activity_set_wallpaper_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
android:layout_marginTop="?attr/actionBarSize">
|
||||
|
||||
<com.theartofdev.edmodo.cropper.CropImageView
|
||||
android:id="@+id/crop_image_view"
|
||||
|
|
Loading…
Reference in a new issue