dialog_supple.xml 1.32 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center_horizontal"
    android:orientation="vertical">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/supple_information"
        android:textSize="@dimen/bigFont"
        android:textColor="@color/black"/>

    <com.huaheng.wms.view.EditLayout
        android:id="@+id/batchEditLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

    <View
        android:layout_width="match_parent"
        android:layout_height="@dimen/divideHeight" />

    <com.huaheng.wms.view.EditLayout
        android:id="@+id/projectEditLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

    <View
        android:layout_width="match_parent"
        android:layout_height="@dimen/divideHeight" />

    <Button
        android:id="@+id/suppleEnsure"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/ensure"
        android:textSize="@dimen/normalFont"
        android:textColor="@color/black"/>

</LinearLayout>