You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp"
android:background="#cccccc"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#cccccc"
android:orientation="horizontal"
android:baselineAligned="false">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
style="@style/dagerListLeftStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="物资编码:" />
<TextView
android:id="@+id/tv_itemnum"
style="@style/dagerListRightStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
style="@style/dagerListLeftStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="库存类型:" />
<TextView
android:id="@+id/tv_stocktype"
style="@style/dagerListRightStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
style="@style/dagerListLeftStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="相关专业:" />
<TextView
android:id="@+id/tv_in6"
style="@style/dagerListRightStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
style="@style/dagerListLeftStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="货架编号:" />
<TextView
android:id="@+id/tv_binnum"
style="@style/dagerListRightStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#cccccc"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:orientation="horizontal"
android:baselineAligned="false">
<LinearLayout
style="@style/dagerListMarginTopStyle"
android:layout_marginTop="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
style="@style/dagerListLeftStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="物资描述:" />
<TextView
android:id="@+id/tv_description"
style="@style/dagerListRightStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>