From b17d3a5042ce55309dc8fd8a0180e351e347a131 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 13 Jul 2023 17:26:12 +0200 Subject: [PATCH] Set statusView width/height to match_parent (#3844) Fixes an issue where the view's width is only enough to wrap the image, resulting in a very narrow view that obscures the text of the error. --- app/src/main/res/layout/fragment_view_thread.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_view_thread.xml b/app/src/main/res/layout/fragment_view_thread.xml index d5eaf20b9..fce1bd96e 100644 --- a/app/src/main/res/layout/fragment_view_thread.xml +++ b/app/src/main/res/layout/fragment_view_thread.xml @@ -37,8 +37,8 @@