|
|
@ -0,0 +1,104 @@ |
|
|
|
|
|
<?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:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_tool_bar"></include> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
|
|
android:paddingTop="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="抓 鸡 队:" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/catchscan_name" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
|
|
android:paddingTop="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="养 殖 场:" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/catchscan_factory" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
|
|
android:paddingTop="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="手 机 号:" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/catchscan_phone" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
|
|
android:paddingTop="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="开棚时间:" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/catchscan_time" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:textColor="@color/red" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
</LinearLayout> |