diff --git a/app/src/main/res/layout/activity_details_property.xml b/app/src/main/res/layout/activity_details_property.xml index 7d28767..8930eac 100644 --- a/app/src/main/res/layout/activity_details_property.xml +++ b/app/src/main/res/layout/activity_details_property.xml @@ -1,13 +1,11 @@ - + tools:context=".view.PropertiesDetailActivity"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/avatar" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyAddress" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyType" /> @@ -73,10 +71,9 @@ android:hint="@string/surface" android:inputType="textPersonName" app:layout_constraintBottom_toTopOf="@id/detailsPropertyLatitude" - app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toBottomOf="@id/detailsPropertyPrice" - /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyPrice" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyLatitude" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyStatueSale" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/detailsPropertyDescription" />