diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-11-15 00:12:35 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-11-15 00:12:35 +0100 |
commit | fcd92cf416fc33f550d01813370b228ae75e7371 (patch) | |
tree | cb3e19706c0c4f58ac05e1ba737ef8003baf153e /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | 55a27f240fc871c658eef96894501cce3233ce6e (diff) |
Izbrisan spacer. Slika samo moze da se promeni klikom na dugme.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml index 390d5bf..effb6e5 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml @@ -10,6 +10,7 @@ android:orientation="vertical" <!-- TODO: Update blank fragment layout --> <androidx.cardview.widget.CardView + android:layout_marginTop="35dp" android:layout_width="match_parent" android:layout_height="wrap_content"> @@ -34,15 +35,6 @@ android:orientation="vertical" </androidx.cardview.widget.CardView> - - - - <androidx.legacy.widget.Space - android:id="@+id/space" - android:layout_width="match_parent" - android:layout_height="50dp" - /> - <androidx.recyclerview.widget.RecyclerView android:id="@+id/rvFragmentUserPostsPosts" android:layout_width="match_parent" |