分享

android学习笔记19

 erbiaoge 2015-06-22
<TableLayout  
    android:id="@+id/tableLayout1"  
    android:layout_width="match_parent"  
    android:layout_height="wrap_content" 
    android:stretchColumns="*" > 
       <TableRow  
        android:id="@+id/tableRow1"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content">        
           <Button  
            android:text="最近联系人"  
            android:id="@+id/button4"  
            android:layout_width="1dip"  
            android:layout_height="wrap_content"></Button>    
             
             <Button  
                android:text="联系人"  
                android:id="@+id/button5"  
                android:layout_width="1dip"  
                android:layout_height="wrap_content"></Button>  
                 
             <Button  
                android:text="分组"  
                android:id="@+id/button5"  
                android:layout_width="1dip"  
                android:layout_height="wrap_content"></Button>   
                       
           </TableRow> 
       
     
   </TableLayout> 
 <TableLayout
     android:id="@+id/tableLayout1"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:stretchColumns="*" >
        <TableRow
         android:id="@+id/tableRow1"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content">      
            <Button
             android:text="最近联系人"
             android:id="@+id/button4"
             android:layout_width="1dip"
             android:layout_height="wrap_content"></Button>  
             
             <Button
                android:text="联系人"
                android:id="@+id/button5"
                android:layout_width="1dip"
                android:layout_height="wrap_content"></Button>
                
              <Button
                android:text="分组"
                android:id="@+id/button5"
                android:layout_width="1dip"
                android:layout_height="wrap_content"></Button> 
                     
            </TableRow>
      
    
    </TableLayout>
TableLayout 增加一个属性 android:stretchColumns="*" 表示所有列都要自动拉伸,以便适应屏幕宽度。

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约