res/layout/some_page.xml
<!-- 图片 --> <LinearLayout android:id="@+id/respImageBorder" android:layout_width="240dp" android:layout_height="160dp" android:layout_marginTop="5dp" android:background="@drawable/shape_image_border" android:gravity="center"> <ImageView android:id="@+id/respImage" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:src="@drawable/pjh_01test_splash" /> </LinearLayout> <!-- 图片 --> <Line