From 6c4d6c03c0b70085614c7c6810d995835cf88197 Mon Sep 17 00:00:00 2001 From: valentin Date: Sun, 3 Jan 2021 16:08:01 +0100 Subject: [PATCH] Layout suggestions for Properties Details --- .../res/layout/activity_details_property.xml | 65 ++++++++++--------- 1 file changed, 33 insertions(+), 32 deletions(-) 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" />