读书人

设立图片固定大小且保持图片宽高比

发布时间: 2012-09-01 09:33:03 作者: rapoo

设置图片固定大小,且保持图片宽高比

?

<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10px" > <ImageView android:adjustViewBounds="true" android:layout_width="fill_parent" android:layout_height="160px" android:scaleType="fitCenter" android:layout_gravity="center" android:src="@drawable/icon" /> </LinearLayout>?

读书人网 >移动开发

热点推荐