From 7c200bf780ad6516b4082ffa88cd05ffda522191 Mon Sep 17 00:00:00 2001 From: sebas Date: Mon, 14 Dec 2020 14:01:41 +0100 Subject: [PATCH] [Added] Created route_item layout and filled it, also filled fragment_route --- app/src/main/res/layout/fragment_route.xml | 42 +++++++++++++++++++--- app/src/main/res/layout/route_item.xml | 27 ++++++++++++++ 2 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/layout/route_item.xml diff --git a/app/src/main/res/layout/fragment_route.xml b/app/src/main/res/layout/fragment_route.xml index e5caeb4..7bc6a69 100644 --- a/app/src/main/res/layout/fragment_route.xml +++ b/app/src/main/res/layout/fragment_route.xml @@ -3,12 +3,46 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:background="@color/primaryColour" tools:context=".fragments.RouteFragment"> - - + android:layout_height="match_parent"> + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/route_item.xml b/app/src/main/res/layout/route_item.xml new file mode 100644 index 0000000..904440e --- /dev/null +++ b/app/src/main/res/layout/route_item.xml @@ -0,0 +1,27 @@ + + + + + + + + \ No newline at end of file