diff options
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml index 4d066aa..f548fe3 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml @@ -5,7 +5,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".Fragments.FragmentHome"> - + <!-- + RecyclerView holds the items of the list + --> <androidx.recyclerview.widget.RecyclerView android:id="@+id/rvMain" android:layout_height="match_parent" |