diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-13 15:31:59 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-13 15:31:59 +0100 |
commit | d58b74ad0b354e4a4cef53349ebcaeeba381be70 (patch) | |
tree | efc3578b26175e8fc3797f33c127b65fc774fa03 /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | 500d01f86ae15dfc79b014a4da02d1c6ab6c8d77 (diff) |
Popravljen filter...
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml index 7e16f78..f2b0ca3 100644 --- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml +++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml @@ -69,7 +69,7 @@ android:layout_width="50dp" android:layout_height="50dp" android:layout_weight="1" - + android:visibility="gone" android:background="#FFFCFCFC" android:padding="@dimen/component_padding" android:scaleType="centerCrop" |