Added location detail, location_item

This commit is contained in:
RemoMeijer
2020-12-14 14:00:15 +01:00
parent d4d3e8d19f
commit d33237791b
4 changed files with 112 additions and 11 deletions

View File

@@ -5,10 +5,7 @@
android:layout_height="match_parent"
tools:context=".fragments.LocationFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
android:layout_height="match_parent" />
</FrameLayout>