|
|
|
@ -1,12 +1,120 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@color/greyf4f4f4" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/greyf4f4f4" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<com.youth.banner.Banner xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:id="@+id/work_banner" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="200dp" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:text="@string/work" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:drawableLeft="@drawable/shape_grey" |
|
|
|
android:drawablePadding="@dimen/dp_10" |
|
|
|
android:text="@string/functions" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
<!-- 种禽--> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/work_breedingpoultry" |
|
|
|
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/mima_3x" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
android:text="@string/work_breedingpoultry" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- 车辆管理--> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/work_carsmanager" |
|
|
|
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/mima_3x" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
android:text="@string/work_carsmanager" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- 扫一扫--> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/work_scan" |
|
|
|
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/mima_3x" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
android:text="@string/work_scan" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
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" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |