【发布时间】:2013-04-02 03:36:29
【问题描述】:
ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
或
<ImageView
android:id="@+id/imageView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
【问题讨论】:
-
FILL_PARENT(在 API 8 级及更高版本中更名为 MATCH_PARENT),stackoverflow.com/questions/5761960/…