0
我試圖用相同的 取代多個圖像(從本地存儲) 經過一段時間後,黑色閃爍消失,效果很好。SimpleDraweeView黑色filckering更換圖像與壁畫
查看視頻:http://sendvid.com/q92ry52l
我只是做:mSimpleDraweeView.setImageURI("file://" + imagesList.get(index));
XML代碼:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/fresco_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"/>
</RelativeLayout>
我使用 'com.facebook.fresco:壁畫:0.13.0'
SimpleDraweeView。如何避免黑色閃爍?
感謝