SherlockGougou / BigImageViewPager

🔥🔥🔥 BigImage ImageView ViewPager 支持超长图、超大图的图片浏览器,优化内存,支持手势放大、下拉关闭、查看原图、加载百分比、保存图片等功能。
Other
2.16k stars 247 forks source link

android:windowIsTranslucent=true 会有问题 #56

Closed Yang4an closed 4 years ago

Yang4an commented 5 years ago

android:windowIsTranslucent=true 在华为8.0上会出现问题,需要适配?

SherlockGougou commented 5 years ago

请问你是加到哪里的?具体问题可以截个图嘛?

zhangnin commented 4 years ago

android:windowIsTranslucent=true 在华为8.0上会出现问题,需要适配?

8.0系统有一个bug,你需要修改下AndroidManifest,activity设置透明,不能固定屏幕方向。 去掉 android:screenOrientation="portrait"

SherlockGougou commented 4 years ago

经测试,未发现有问题。