|
|
@ -7,122 +7,6 @@ |
|
|
|
|
|
|
|
|
<include layout="@layout/include_tool_bar" /> |
|
|
<include layout="@layout/include_tool_bar" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/dp_5" |
|
|
|
|
|
android:text="@string/Basicattributes" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@color/white" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/batch" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/production_info_batch" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@color/white" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/farm1" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/production_info_farm" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@color/white" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/Accountingunit" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/production_info_account" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@color/white" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/date" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/production_info_date" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/textView2" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/dp_5" |
|
|
|
|
|
android:text="@string/Detailsofdocuments" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<ListView |
|
|
<ListView |
|
|
android:id="@+id/lv_detail" |
|
|
android:id="@+id/lv_detail" |
|
|
android:scrollbars="none" |
|
|
android:scrollbars="none" |
|
|
|