android studio 界面布局之表格布局

xml version="1.0" encoding="utf-8"?>
xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="@drawable/p1"
    tools:context="com.example.administrator.tablelineout.MainActivity">

        android:gravity="center">
            

你可能感兴趣的:(APP开发)