From 2021c5e102f242f2a9cd69fcf4483f90c5fb2bd1 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 13 Aug 2024 16:13:09 +0200 Subject: [PATCH] Added white background for PDF viewer (in case PDF background is transparent...) --- app/src/main/res/layout/file_pdf_viewer_page.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/file_pdf_viewer_page.xml b/app/src/main/res/layout/file_pdf_viewer_page.xml index 216e6414e..5c9a25d02 100644 --- a/app/src/main/res/layout/file_pdf_viewer_page.xml +++ b/app/src/main/res/layout/file_pdf_viewer_page.xml @@ -2,4 +2,5 @@ \ No newline at end of file + android:layout_height="match_parent" + android:background="@color/white"/> \ No newline at end of file