解决方案 »

  1.   

     android:layout_height="fill_parent"改成
     android:layout_height="0dp"试试
      

  2.   

    用了weight的话如果同一层还有没有用weight属性的控件就要设置成0sp的吧
      

  3.   

    因为你最外层的orientation=vertical,然后你要用weight。所以它内部的控件的height要用0dp来
      

  4.   

    你把这个属性都设置成1.0, android:layout_weight="1.0" 
      

  5.   

    http://mobile.51cto.com/abased-375428.htm  你可以看看这个有详细解释