diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-29 14:39:01 +0100 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-11-29 14:39:01 +0100 |
commit | 27afef68aab5dbfcf8d1317a4c69f68c841a2f38 (patch) | |
tree | 78f1ff88f64b8c2ac5fdd1e2456e306c8243dc22 /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | 3fffec28580562d50b8c8c1626b050ec40771176 (diff) |
Dodata funkcija za prikaz pratilaca prijavljenog korisnika.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_user_posts.xml | 3 |
1 files changed, 1 insertions, 2 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 effb6e5..a396416 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,8 +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_width="match_parent" android:layout_height="wrap_content"> <ImageView |