aboutsummaryrefslogtreecommitdiff
path: root/Client/BrzoDoLokacije/app/src/main/res/layout
diff options
context:
space:
mode:
authorJelena Petrovic <jelenapetrovic.7119@gmail.com>2022-12-10 16:12:35 +0100
committerJelena Petrovic <jelenapetrovic.7119@gmail.com>2022-12-10 16:12:35 +0100
commit0a231c323994fa9ce456e9627f9ead1f1ee65c97 (patch)
tree933214f4c83efe4a0688a477e1872b6630c42723 /Client/BrzoDoLokacije/app/src/main/res/layout
parent7a179bcc045e18ee09e70cf6b5ff589bebe8fd77 (diff)
Na klik pratioca ili pracenja se odlazi na njihov profil #83
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r--Client/BrzoDoLokacije/app/src/main/res/layout/follower_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/follower_item.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/follower_item.xml
index 9285741..b295b43 100644
--- a/Client/BrzoDoLokacije/app/src/main/res/layout/follower_item.xml
+++ b/Client/BrzoDoLokacije/app/src/main/res/layout/follower_item.xml
@@ -20,8 +20,8 @@
<androidx.cardview.widget.CardView
android:id="@+id/cvFragmentHomePageProfile"
- android:layout_width="80dp"
- android:layout_height="80dp"
+ android:layout_width="70dp"
+ android:layout_height="70dp"
android:layout_gravity="center"
android:elevation="10dp"
@@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="15dp"
android:layout_marginStart="24dp"
- android:layout_marginTop="28dp"
+ android:layout_marginTop="20dp"
android:text="Petar Petrovic"
android:textSize="17sp"
android:textStyle="bold"