diff --git a/app/src/main/res/layout/content_photo_edit.xml b/app/src/main/res/layout/content_photo_edit.xml index c32c97b9..f3ad48d3 100644 --- a/app/src/main/res/layout/content_photo_edit.xml +++ b/app/src/main/res/layout/content_photo_edit.xml @@ -1,46 +1,76 @@ - + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools"> - + android:layout_height="match_parent" + tools:context=".PhotoEditActivity" + tools:showIn="@layout/activity_photo_edit" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + > + + + + + + + + + + + + + + - - - - - - \ No newline at end of file + android:layout_marginTop="411dp" + android:backgroundTint="#FFFFFFFF" + android:src="@drawable/ic_crop_black_24dp" + app:layout_constraintLeft_toLeftOf="@+id/left_guideline" + app:layout_constraintRight_toRightOf="@+id/right_guideline" + app:layout_constraintBottom_toBottomOf="@+id/bottom_guideline" /> + \ No newline at end of file