网站地图    收藏   

主页 > 前端 > css教程 >

界面布局-TableLayout - html/css语言栏目:html.css - 自

来源:自学PHP网    时间:2015-04-14 14:51 作者: 阅读:

[导读] res/layout/activity_my_fifth.xml[html]TableLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/Table1 android:layout_width=fill_parent android:la......

res/layout/activity_my_fifth.xml
[html
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"  
    android:id="@+id/Table1"  
    android:layout_width="fill_parent"  
    android:layout_height="fill_parent"  
    android:shrinkColumns="1"  
    android:stretchColumns="0" >  
  
    <Button  
        android:id="@+id/button4"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:text="@string/in_one_row_button" />  
  
    <TableRow  
        android:id="@+id/tableRow1"  
        android:layout_width="fill_parent"  
        android:layout_height="wrap_content" >  
  
        <Button  
            android:id="@+id/button1"  
            android:layout_width="wrap_content"  
            android:layout_height="wrap_content"  
            android:text="@string/stretchbutton" />  
  
        <Button  
            android:id="@+id/button2"  
            android:layout_width="wrap_content"  
            android:layout_height="wrap_content"  
            android:text="@string/shrinkbutton" />  
  
        <Button  
            android:id="@+id/button3"  
            android:layout_width="wrap_content"  
            android:layout_height="wrap_content"  
            android:text="@string/normalbutton" />  
  
    </TableRow>  
  
</TableLayout>  
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论