陈力
2023-05-29 2b270f01facd18f5d2c105e48279482d3ff4b9c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/head_head"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center"
    android:gravity="center"
    android:background="@color/bgcolor"
    android:orientation="vertical" >
 
    <com.bin.david.form.core.SmartTable
        android:id="@+id/table"
        android:layout_margin="10dp"
        android:layout_marginTop="1dp"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</LinearLayout>