alibaba / Tangram-Android

Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
http://tangram.pingguohe.net/
MIT License
4.11k stars 526 forks source link

自定义ImageCellView在高版本显示问题 #208

Closed PostLiu closed 3 years ago

PostLiu commented 3 years ago

自定义的ImageCellView中,采用Banner轮播加载 线上图片下载保存在应用私有目录 在Android5.0设备上图片正常显示 在Android8.1.0设备上图片不显示 获取的图片路径是没问题的 implementation 'com.alibaba.android:tangram:3.3.6@aar' implementation('com.alibaba.android:vlayout:1.2.22@aar') { transitive = true } implementation('com.alibaba.android:virtualview:1.4.6@aar') { transitive = true } implementation('com.alibaba.android:ultraviewpager:1.0.7.7@aar') { transitive = true }