2013-04-10 57 views
2
ImageView 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
/> 

OR就是在android系統

 <ImageView 
      android:id="@+id/imageView1" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
/> 
+2

FILL_PARENT(在API級別8和更高版本中更名爲MATCH_PARENT),http://stackoverflow.com/questions/5761960/what-is-the-difference-between-match-parent-and-fill-parent -property功能於安卓 – David 2013-04-10 10:34:15

回答

1

都是同樣的事情FILL_PARENT和match_parent之間的差異(在API級別8+)。

fill_parent