Browse Source

no message

master
lh 8 years ago
parent
commit
fbbf106749
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      app/src/main/res/layout/fragment_work.xml

+ 4
- 5
app/src/main/res/layout/fragment_work.xml View File

@ -8,14 +8,14 @@
<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="180dp" />
android:layout_height="160dp" />
<TextView
android:layout_width="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_marginTop="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_5"
android:drawableLeft="@drawable/shape_grey"
android:drawablePadding="@dimen/dp_10"
android:text="@string/functions"
@ -129,8 +129,7 @@
android:orientation="horizontal"
android:paddingBottom="@dimen/dp_15"
android:paddingLeft="@dimen/dp_10"
android:paddingRight="@dimen/dp_10"
android:paddingTop="@dimen/dp_15">
android:paddingRight="@dimen/dp_10">
<!--生产日报列表 -->
<LinearLayout
android:id="@+id/ll_productdaily"


Loading…
Cancel
Save