diff options
author | Jelena Petrovic <jelenapetrovic.7119@gmail.com> | 2022-10-31 16:42:03 +0100 |
---|---|---|
committer | Jelena Petrovic <jelenapetrovic.7119@gmail.com> | 2022-10-31 16:42:03 +0100 |
commit | f00494309a380b69f7fb1c38c3e9145a3f700927 (patch) | |
tree | 082751ce9804018b94445d0be84d85be1faaf37b /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | 323618bfb2ac5be2f11172dd02b87f23b18b7e67 (diff) |
sredjen kod, dodato par komentara #11
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_home.xml | 4 | ||||
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/list_item.xml | 3 |
2 files changed, 6 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" diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/list_item.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/list_item.xml index fe53ac5..4ce1a94 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/list_item.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/list_item.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + single item component +--> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" |