From 4f68398f33679d45a8974a54ca231d850adea9a6 Mon Sep 17 00:00:00 2001 From: Robin Koedood Date: Wed, 16 Dec 2020 11:38:24 +0100 Subject: [PATCH] [ADD] route detail landscape mode --- .../res/layout-land/fragment_route_detail.xml | 62 ++++++++++++------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/app/src/main/res/layout-land/fragment_route_detail.xml b/app/src/main/res/layout-land/fragment_route_detail.xml index af51f6b..b5863ad 100644 --- a/app/src/main/res/layout-land/fragment_route_detail.xml +++ b/app/src/main/res/layout-land/fragment_route_detail.xml @@ -13,57 +13,71 @@ android:layout_height="wrap_content" android:layout_margin="10dp" android:background="@drawable/ic_back_button_24" + app:layout_constraintBottom_toBottomOf="@+id/routeTitle" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="@+id/routeTitle" + app:layout_constraintEnd_toStartOf="@id/routeTitle" + /> - + - + app:layout_constraintTop_toTopOf="parent" /> + + app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="@+id/startRouteText" /> + app:layout_constraintTop_toBottomOf="@id/routeDetailImage" /> \ No newline at end of file