<?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>
|