mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added white background for PDF viewer (in case PDF background is transparent...)
This commit is contained in:
parent
bd93f0ed71
commit
2021c5e102
1 changed files with 2 additions and 1 deletions
|
|
@ -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"/>
|
||||
Loading…
Add table
Reference in a new issue