diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-09 22:56:27 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-09 22:56:27 +0100 |
commit | 2bca4c889e3f12aaead975a530be8f8c046b1b16 (patch) | |
tree | d7e549c2924070730390b6fd9d22a56305999ac2 /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | a450c32b0721660b5a2a5d882b9bc4307507b522 (diff) |
Omogucena pretraga po tagovima sa pocetne strane. Izbrisana ikonica za chat na fragmentu sve objave.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r-- | Client/BrzoDoLokacije/app/src/main/res/layout/fragment_show_posts.xml | 13 |
1 files changed, 1 insertions, 12 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 e3db4bc..9447ea7 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 @@ -73,18 +73,7 @@ app:layout_constraintStart_toEndOf="@+id/btnSortType" app:layout_constraintTop_toTopOf="parent" /> - <ImageButton - android:id="@+id/btnChat" - android:layout_width="84dp" - android:layout_height="50dp" - android:layout_marginStart="8dp" - android:layout_weight="1" - android:background="@color/white" - android:padding="@dimen/component_padding" - android:scaleType="centerCrop" - android:src="@android:drawable/sym_action_chat" - app:layout_constraintStart_toEndOf="@+id/btnSortDirection" - app:layout_constraintTop_toTopOf="parent" /> + <ImageButton android:id="@+id/btnLinearLayout" |