Connected locationFragment with recyclerview and added functionality

This commit is contained in:
Bart
2020-12-17 13:46:41 +01:00
parent dbc10014f9
commit 6c923d27b2
4 changed files with 73 additions and 8 deletions

View File

@@ -31,6 +31,7 @@
<androidx.recyclerview.widget.RecyclerView
android:layout_width="0dp"
android:layout_height="0dp"
android:id="@+id/locationRecyclerView"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"