diff --git a/app/src/main/res/layout-land/fragment_location_detail.xml b/app/src/main/res/layout-land/fragment_location_detail.xml new file mode 100644 index 0000000..675f626 --- /dev/null +++ b/app/src/main/res/layout-land/fragment_location_detail.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_location.xml b/app/src/main/res/layout/fragment_location.xml index 958a325..83d75d2 100644 --- a/app/src/main/res/layout/fragment_location.xml +++ b/app/src/main/res/layout/fragment_location.xml @@ -5,10 +5,7 @@ android:layout_height="match_parent" tools:context=".fragments.LocationFragment"> - - - + android:layout_height="match_parent" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_location_detail.xml b/app/src/main/res/layout/fragment_location_detail.xml index 92351b4..104e680 100644 --- a/app/src/main/res/layout/fragment_location_detail.xml +++ b/app/src/main/res/layout/fragment_location_detail.xml @@ -1,14 +1,56 @@ - - + android:id="@+id/detail_location_name" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="16dp" + android:text="Locatie detail" + android:textColor="@color/white" + android:textSize="30sp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/location_item.xml b/app/src/main/res/layout/location_item.xml new file mode 100644 index 0000000..df6ef28 --- /dev/null +++ b/app/src/main/res/layout/location_item.xml @@ -0,0 +1,7 @@ + + \ No newline at end of file