| @ -0,0 +1,123 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||
| android:orientation="vertical" | |||
| android:layout_width="match_parent" | |||
| android:layout_height="match_parent"> | |||
| <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" /> | |||
| </LinearLayout> | |||