2016-03-02 26 views

回答

1

使用此:

Glide 
    .with(context) 
    .dontTransform() 
    .load(your_url_here) 
    .override(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL) 
    .into(your_image_view); 
+0

我不知道大小,但我需要的全尺寸圖像 – Sree

+0

看到我更新的答案。 – Francesc

相關問題