Android之解决ViewPager2+PhotoView滑动图片花屏问题
生活随笔
收集整理的这篇文章主要介绍了
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滑动图片花屏问题的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Android之页面有变化用onWind
- 下一篇: Android之通过用户名和密码连接指定