set top margin at the edit and set wallpaper activities

This commit is contained in:
tibbi 2023-01-09 21:54:43 +01:00
parent a6fb0c18fa
commit 4e29fcb6af
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
android:id="@+id/activity_edit_holder" android:id="@+id/activity_edit_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"> android:layout_marginTop="?attr/actionBarSize">
<ImageView <ImageView
android:id="@+id/default_image_view" android:id="@+id/default_image_view"

View file

@ -25,7 +25,7 @@
android:id="@+id/activity_set_wallpaper_holder" android:id="@+id/activity_set_wallpaper_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="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 <com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/crop_image_view" android:id="@+id/crop_image_view"