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, 0 insertions, 19 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 deleted file mode 100644 index 0b37348..0000000 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_post.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 |