From 3d496298fb0fb87420f6e21553c925e5ef84a6c3 Mon Sep 17 00:00:00 2001 From: loperret2 Date: Fri, 14 Oct 2022 18:48:22 +0200 Subject: [PATCH] =?UTF-8?q?Detail=20finalis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 7 ++ .idea/vcs.xml | 1 - app/src/main/res/layout/fragment_detail.xml | 92 ++++++++++++++++----- 3 files changed, 79 insertions(+), 21 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index bdd9278..3202732 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,4 +7,11 @@ + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 76a54c4..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,5 @@ - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_detail.xml b/app/src/main/res/layout/fragment_detail.xml index 6584d7a..8260f35 100644 --- a/app/src/main/res/layout/fragment_detail.xml +++ b/app/src/main/res/layout/fragment_detail.xml @@ -5,39 +5,73 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + + app:layout_constraintTop_toTopOf="@id/mesureChien" + tools:ignore="TouchTargetSizeCheck" /> + + + + + + app:layout_constraintTop_toBottomOf="@+id/textFieldNomChien" + tools:ignore="TouchTargetSizeCheck" /> + android:textColor="@color/colorPrimary" + app:layout_constraintTop_toBottomOf="@+id/mesureChien" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toLeftOf="@id/barrier"/> + android:textColor="@color/colorPrimary" + app:layout_constraintTop_toBottomOf="@+id/genreChien" + app:layout_constraintRight_toLeftOf="@id/barrier" + app:layout_constraintLeft_toLeftOf="parent"/> + android:textColor="@color/colorPrimary" + app:layout_constraintTop_toBottomOf="@+id/raceChien" + app:layout_constraintRight_toLeftOf="@id/barrier" + app:layout_constraintLeft_toLeftOf="parent"/> + + + app:layout_constraintTop_toTopOf="parent" + /> + android:text="Identité" + android:textColor="@color/colorPrimary" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toBottomOf="@+id/toolbar" + app:layout_constraintRight_toLeftOf="@id/barrier"/> + app:constraint_referenced_ids="nomChien,genreChien,mesureChien,agressiviteChien" /> \ No newline at end of file