From c765be33188ac5d17f91c1eefa8c141c7780bd1f Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Wed, 13 Feb 2019 17:35:01 +0100 Subject: [PATCH] Update layout --- app/src/main/res/layout/fragment_history.xml | 137 ++++++++++--------- 1 file changed, 73 insertions(+), 64 deletions(-) diff --git a/app/src/main/res/layout/fragment_history.xml b/app/src/main/res/layout/fragment_history.xml index e7d86807..79607455 100644 --- a/app/src/main/res/layout/fragment_history.xml +++ b/app/src/main/res/layout/fragment_history.xml @@ -1,73 +1,82 @@ - + - + - + + - - - - + + android:id="@+id/recyclerView" + android:layout_width="0dp" + android:layout_height="0dp" + android:layout_marginTop="8dp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/newHand" + tools:listitem="@layout/row_history_session" /> \ No newline at end of file