[android] 表格布局和绝对布局

移动开发 作者: 2024-08-19 20:35:01
/*****************2016年4月28日 更新*************************************/ 知乎:为什么Android没有像iOS一样提供autolay
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    TableRow
        android:layout_width
        android:layout_height="wrap_content" >

        TextView
            ="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:gravity="center"
            android:text="哈哈哈" />

        ="嘎嘎嘎" />
    </TableRow>

TableLayout>

总结

原创声明
本站部分文章基于互联网的整理,我们会把真正“有用/优质”的文章整理提供给各位开发者。本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
本文链接:http://www.jiecseo.com/news/show_65132.html