diff --git a/app/src/main/res/layout-land/fragment_route_detail.xml b/app/src/main/res/layout-land/fragment_route_detail.xml new file mode 100644 index 0000000..ff7d785 --- /dev/null +++ b/app/src/main/res/layout-land/fragment_route_detail.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_route.xml b/app/src/main/res/layout/fragment_route.xml index 7bc6a69..a64cb46 100644 --- a/app/src/main/res/layout/fragment_route.xml +++ b/app/src/main/res/layout/fragment_route.xml @@ -1,48 +1,40 @@ - - + - + - + - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_route_detail.xml b/app/src/main/res/layout/fragment_route_detail.xml index 53b95a9..0d526e6 100644 --- a/app/src/main/res/layout/fragment_route_detail.xml +++ b/app/src/main/res/layout/fragment_route_detail.xml @@ -1,14 +1,71 @@ - - + + + + + + + android:layout_height="wrap_content" + android:layout_margin="20dp" + android:id="@+id/routeDetailText" + app:layout_constraintTop_toBottomOf="@id/routeDetailImage" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent" + /> - \ No newline at end of file + + + + \ No newline at end of file