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之通过用户名和密码连接指定