Added white background for PDF viewer (in case PDF background is transparent...)

This commit is contained in:
Sylvain Berfini 2024-08-13 16:13:09 +02:00
parent bd93f0ed71
commit 2021c5e102

View file

@ -2,4 +2,5 @@
<com.github.chrisbanes.photoview.PhotoView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pdf_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:background="@color/white"/>