我正在使用Fresco
我的应用程序中的库来加载图像。问题是我无法将图像高度设置为,"wrap_content"
因为 库"wrap_content"
中不支持Fresco
。那么我怎样才能使我的图像看起来不错DraweeView
呢?我看了这里,但找不到解决这个问题的方法:frescolib/wrap_content
例如:
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/intro_image1"
android:layout_width="match_parent"
android:layout_height= // Can't use "wrap_content"
fresco:placeholderImage="@drawable/placeholder_image" />
顺便说一句,图像尺寸为 730*760