diff options
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml new file mode 100644 index 0000000..0b37348 --- /dev/null +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" + tools:context=".Fragments.FragmentPost"> + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/rvMain" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="823dp" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" > + + </androidx.recyclerview.widget.RecyclerView> + +</LinearLayout>
\ No newline at end of file |