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.

Home Page:http://tangram.pingguohe.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PostLiu opened this issue · comments

自定义的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 }