|
|
|
@ -122,4 +122,105 @@ |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:paddingBottom="@dimen/dp_15" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:paddingTop="@dimen/dp_15"> |
|
|
|
<!--生产日报列表 --> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_productdaily" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:src="@drawable/productdaily" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="@string/Productiondaily" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- 写生产日报--> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_productdaily_w" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:src="@drawable/productdaily_w" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="@string/Productiondaily_w" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- --> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:visibility="invisible" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:src="@drawable/scan" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="@string/work_scan" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:visibility="invisible" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:src="@drawable/rouqin_3x" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="@string/work_tablepoultry" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |