Android - 扩展图像并保持规模

时间:2011-07-05 09:59:34

标签: android imageview scale

我希望在保持比例的同时,使用width =“fill_parent”和height =“wrap_content”的图像(DistantImageView,来自网络的ImageView)。

图像小于屏幕,因为它来自网络,我不知道比例。

我试过

 <DistantImageView
        android:id="@+id/image" 
        android:layout_height="wrap_content" 
        android:layout_width="fill_parent"
        android:scaleType="fitCenter"
 />

它不起作用,图像小于屏幕。

提前致谢

0 个答案:

没有答案