2016-11-17 61 views
0

我wan't在我SimpleDraweeView插入與SimpleDraweeView規模比例

android:layout_width="50dp" 
android:layout_height=50dp 

一些畫面,那可能比這個尺寸更大。我想按比例調整圖片大小,因此例如源圖像尺寸爲117x81的圖片應該顯示爲50x34。我應該怎麼做才能使圖片沒有受到割禮,但是按比例下降。

回答

1

您應該在您的xml中設置actualImageScaleType並選擇centerInside選項。不要使用android:scaleType,因爲它對Drawee沒有影響。

請看看其他可用的選項。 enter image description here

參考鏈接:Fresco Drawee Scaling

+0

謝謝!我看到這篇文章,但我試圖使用android:scaleType :) –

+0

沒有問題@DimaStoyanov。乾杯。 – bajicdusko