|
|
@ -8,14 +8,14 @@ |
|
|
<com.youth.banner.Banner xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
<com.youth.banner.Banner xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
android:id="@+id/work_banner" |
|
|
android:id="@+id/work_banner" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="180dp" /> |
|
|
|
|
|
|
|
|
android:layout_height="160dp" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginBottom="@dimen/dp_10" |
|
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_12" |
|
|
android:layout_marginLeft="@dimen/dp_12" |
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
android:drawableLeft="@drawable/shape_grey" |
|
|
android:drawableLeft="@drawable/shape_grey" |
|
|
android:drawablePadding="@dimen/dp_10" |
|
|
android:drawablePadding="@dimen/dp_10" |
|
|
android:text="@string/functions" |
|
|
android:text="@string/functions" |
|
|
@ -129,8 +129,7 @@ |
|
|
android:orientation="horizontal" |
|
|
android:orientation="horizontal" |
|
|
android:paddingBottom="@dimen/dp_15" |
|
|
android:paddingBottom="@dimen/dp_15" |
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
|
|
android:paddingTop="@dimen/dp_15"> |
|
|
|
|
|
|
|
|
android:paddingRight="@dimen/dp_10"> |
|
|
<!--生产日报列表 --> |
|
|
<!--生产日报列表 --> |
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/ll_productdaily" |
|
|
android:id="@+id/ll_productdaily" |
|
|
|