android imageview 图片宽度自适应问题
大家好:
使用imageview 图片宽度自适应的问题,困扰很长时间
目前代码是:
<ImageView
android:clickable="true"
android:padding="0dip"
android:scaleType="fitCenter"
android:layout_marginTop="5dip"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dip"
android:id="@+id/TrendFileImageView" />