android listView布局4等分列。

必须要加上<RelativeLayout 在外层,不然等分不起作用

 

<RelativeLayout xmlns:andro>

<LinearLayout
 android:layout_width="fill_parent"
 android:layout_height="wrap_content"
 
 android:orientation="horizontal">  
   
 <TextView
  android:/>

    <TextView
        android:/>

    <TextView
        android:/>
</LinearLayout>
</RelativeLayout>

相关文章: