diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-11 22:53:01 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-11 22:53:01 +0100 |
commit | 462d66ef305cb9262e55dd36726cc8f620275017 (patch) | |
tree | 78a69dd17d688e2e5844935ae9543e2a9b7017cc /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | af7822474cf7a241ae672ae8920ca5e23b80cd9f (diff) |
Ispraljen bug. Defaultni prikaz objava na stranici za sve objave.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/post_item_home_page.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/post_item_home_page.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/post_item_home_page.xml index d403c97..3903924 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/post_item_home_page.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/post_item_home_page.xml @@ -69,7 +69,6 @@ android:layout_marginTop="3dp" android:layout_marginEnd="4dp" - android:drawableLeft="star" android:elevation="3dp" android:text="TextView" android:textSize="11dp" |