From dcafc88e3d55a4a9ac2e8f69ab65304a433c7566 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Fri, 6 Dec 2024 11:18:00 +0100 Subject: [PATCH] fix thread view background on tablets (#4790) So it matches the rest of the app Before / after --- app/src/main/res/layout-sw640dp/fragment_view_thread.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout-sw640dp/fragment_view_thread.xml b/app/src/main/res/layout-sw640dp/fragment_view_thread.xml index 59acf5b97..0ef8377f5 100644 --- a/app/src/main/res/layout-sw640dp/fragment_view_thread.xml +++ b/app/src/main/res/layout-sw640dp/fragment_view_thread.xml @@ -3,7 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/windowBackgroundColor">