欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > Android >内容正文

Android

Android之解决ViewPager2+PhotoView滑动图片花屏问题

发布时间:2023/12/4 Android 51 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Android之解决ViewPager2+PhotoView滑动图片花屏问题 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

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>

没有设置背景颜色导致

总结

以上是生活随笔为你收集整理的Android之解决ViewPager2+PhotoView滑动图片花屏问题的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。