From 69946934968fd86b50962899acbba2fe0b1eb309 Mon Sep 17 00:00:00 2001 From: Levi Bard Date: Tue, 20 Feb 2024 10:17:13 +0100 Subject: [PATCH] Move the statistics bar in the detailed view below the button bar (#4205) Rationale: In the current layout, when performing multiple interactions (e.g. fav+boost, fav+reply) on a post that hasn't been interacted with before, the statistics bar appears and pushes the buttons down, so the second tap goes to the statistics bar instead --- .../main/res/layout/item_status_detailed.xml | 88 +++++++++---------- 1 file changed, 42 insertions(+), 46 deletions(-) diff --git a/app/src/main/res/layout/item_status_detailed.xml b/app/src/main/res/layout/item_status_detailed.xml index b9f64bd3b..e0461a0fe 100644 --- a/app/src/main/res/layout/item_status_detailed.xml +++ b/app/src/main/res/layout/item_status_detailed.xml @@ -283,50 +283,6 @@ app:layout_constraintTop_toBottomOf="@id/status_poll_description" tools:text="21 Dec 2018 18:45" /> - - - - - - + app:layout_constraintTop_toBottomOf="@id/status_meta_info" /> + + + + + +