1 问题
用ViewPager2和开源框架PhotoView(com.github.chrisbanes.photoview.PhotoView)组合实现滑动预览图片,
但是部分机型出现花屏效果
2 原因
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"xmlns:app="http://schemas.android.com/apk/res-auto"android:orientation="vertical"android:gravity="center"><com.github.chrisbanes.photoview.PhotoViewandroid:id="@+id/pvPhotoView"android:layout_width="match_parent"android:layout_height="match_parent"/></LinearLayout>
没有设置背景颜色导致