|
@@ -77,365 +77,439 @@
|
|
</com.scwang.smart.refresh.header.TwoLevelHeader>
|
|
</com.scwang.smart.refresh.header.TwoLevelHeader>
|
|
|
|
|
|
|
|
|
|
- <androidx.coordinatorlayout.widget.CoordinatorLayout
|
|
|
|
|
|
+ <RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:id="@+id/layout_rwzx"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
- <com.google.android.material.appbar.AppBarLayout
|
|
|
|
- android:id="@+id/layout_app_bar"
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+
|
|
|
|
+ <androidx.coordinatorlayout.widget.CoordinatorLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:background="#F5F5F7"
|
|
|
|
- app:elevation="0dp"
|
|
|
|
- app:layout_behavior=".app.view.AppBarLayoutBehavior"
|
|
|
|
- >
|
|
|
|
|
|
+ android:id="@+id/layout_rwzx"
|
|
|
|
+ android:background="#f8f8f8"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <com.google.android.material.appbar.CollapsingToolbarLayout
|
|
|
|
|
|
+ <com.google.android.material.appbar.AppBarLayout
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:id="@+id/rwzx_appbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- app:expandedTitleMarginEnd="60dp"
|
|
|
|
- app:contentScrim="#FF0000"
|
|
|
|
- app:layout_scrollFlags="scroll|exitUntilCollapsed"
|
|
|
|
|
|
+ app:elevation="0dp"
|
|
|
|
+ app:layout_behavior="com.yuruiyin.appbarlayoutbehavior.AppBarLayoutBehavior"
|
|
|
|
+ android:background="@color/transparent"
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
-
|
|
|
|
- <View
|
|
|
|
|
|
+ <com.google.android.material.appbar.CollapsingToolbarLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- app:layout_collapseMode="parallax"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
- android:background="@drawable/bg_rwzx"
|
|
|
|
- android:layout_height="480dp"/>
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_marginTop="55dp"
|
|
|
|
- android:layout_marginBottom="19dp"
|
|
|
|
- app:layout_collapseParallaxMultiplier="0.5"
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:background="@drawable/bg_rwzx"
|
|
|
|
+ android:layout_height="232dp"/>
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:id="@+id/rwzx_appbar"
|
|
|
|
|
|
+ <RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:background="@color/transparent"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
+ android:layout_marginTop="48dp"
|
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
|
+ android:background="@drawable/bg_rwzx_search"
|
|
|
|
+ android:layout_height="36dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="16dp"
|
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:background="@drawable/icon_rwzx_search"
|
|
|
|
+ android:layout_height="16sp"/>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
|
+ <TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_marginTop="48dp"
|
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
|
- android:focusable="true"
|
|
|
|
- android:focusableInTouchMode="true"
|
|
|
|
- app:layout_scrollFlags="scroll|enterAlways"
|
|
|
|
- android:layout_marginRight="16dp"
|
|
|
|
- android:background="@drawable/bg_rwzx_search"
|
|
|
|
- android:layout_height="36dp">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="16dp"
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:background="@drawable/icon_rwzx_search"
|
|
|
|
- android:layout_height="16sp"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:id="@+id/rwzx_tv_search"
|
|
|
|
- android:text="请输入信息查询"
|
|
|
|
- android:paddingLeft="36dp"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:textColor="#ff999999"
|
|
|
|
- android:textSize="13sp"
|
|
|
|
- />
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:id="@+id/rwzx_tv_search"
|
|
|
|
+ android:text="请输入信息查询"
|
|
|
|
+ android:paddingLeft="36dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:textColor="#ff999999"
|
|
|
|
+ android:textSize="13sp"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:layout_marginTop="96dp"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:overScrollMode="never"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:layout_height="122dp">
|
|
|
|
|
|
- <FrameLayout
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:id="@+id/rwzx_layout_task_1"
|
|
|
|
+ android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
+ android:layout_height="104dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="53dp"
|
|
|
|
+ android:id="@+id/rwzx_iv_task_1"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_marginTop="11dp"
|
|
|
|
+ android:layout_height="53dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_marginLeft="60dp"
|
|
|
|
+ android:text="9"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:textColor="#ffffffff"
|
|
|
|
+ android:id="@+id/rwzx_tv_task_num_1"
|
|
|
|
+ android:textSize="12sp"
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
+ android:background="@drawable/bg_red"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/rwzx_tv_task_1"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_below="@id/rwzx_iv_task_1"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:text="指令任务"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:textColor="#ff111111"
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/rwzx_iv_triangle_1"
|
|
|
|
+ android:layout_width="44dp"
|
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:background="@drawable/pic_triangle"
|
|
|
|
+ android:layout_height="13dp"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:layout_height="122dp">
|
|
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:id="@+id/rwzx_layout_task_2"
|
|
|
|
+ android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
+ android:layout_height="104dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="53dp"
|
|
|
|
+ android:id="@+id/rwzx_iv_task_2"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_marginTop="11dp"
|
|
|
|
+ android:layout_height="53dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_marginLeft="60dp"
|
|
|
|
+ android:text="9"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:textColor="#ffffffff"
|
|
|
|
+ android:id="@+id/rwzx_tv_task_num_2"
|
|
|
|
+ android:textSize="12sp"
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
+ android:background="@drawable/bg_red"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/rwzx_tv_task_2"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_below="@id/rwzx_iv_task_2"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:text="规定任务"
|
|
|
|
+ android:textColor="#ff666666"
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/rwzx_iv_triangle_2"
|
|
|
|
+ android:layout_width="44dp"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:background="@drawable/pic_triangle"
|
|
|
|
+ android:layout_height="13dp"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:layout_marginLeft="6dp"
|
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:layout_height="122dp">
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ <RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_marginTop="12dp"
|
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
|
- android:layout_marginRight="10dp"
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
|
- android:layout_marginRight="6dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_height="122dp">
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:id="@+id/rwzx_layout_task_1"
|
|
|
|
- android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
- android:layout_height="104dp">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="53dp"
|
|
|
|
- android:id="@+id/rwzx_iv_task_1"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_marginTop="11dp"
|
|
|
|
- android:layout_height="53dp"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_marginLeft="60dp"
|
|
|
|
- android:text="9"
|
|
|
|
- android:textColor="#ffffffff"
|
|
|
|
- android:id="@+id/rwzx_tv_task_num_1"
|
|
|
|
- android:textSize="12sp"
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
- android:background="@drawable/bg_red"
|
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/rwzx_tv_task_1"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_below="@id/rwzx_iv_task_1"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="4dp"
|
|
|
|
- android:text="指令任务"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:textColor="#ff111111"
|
|
|
|
- android:textSize="14sp"
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/rwzx_iv_triangle_1"
|
|
|
|
- android:layout_width="44dp"
|
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:background="@drawable/pic_triangle"
|
|
|
|
- android:layout_height="13dp"/>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
|
- android:layout_marginRight="6dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_height="122dp">
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:id="@+id/rwzx_layout_task_2"
|
|
|
|
- android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
- android:layout_height="104dp">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="53dp"
|
|
|
|
- android:id="@+id/rwzx_iv_task_2"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_marginTop="11dp"
|
|
|
|
- android:layout_height="53dp"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_marginLeft="60dp"
|
|
|
|
- android:text="9"
|
|
|
|
- android:textColor="#ffffffff"
|
|
|
|
- android:id="@+id/rwzx_tv_task_num_2"
|
|
|
|
- android:textSize="12sp"
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
- android:background="@drawable/bg_red"
|
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/rwzx_tv_task_2"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_below="@id/rwzx_iv_task_2"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="4dp"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:text="规定任务"
|
|
|
|
- android:textColor="#ff666666"
|
|
|
|
- android:textSize="14sp"
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/rwzx_iv_triangle_2"
|
|
|
|
- android:layout_width="44dp"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:background="@drawable/pic_triangle"
|
|
|
|
- android:layout_height="13dp"/>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
|
- android:layout_marginRight="6dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_height="122dp">
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:id="@+id/rwzx_layout_task_3"
|
|
|
|
- android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
- android:layout_height="104dp">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="53dp"
|
|
|
|
- android:id="@+id/rwzx_iv_task_3"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_marginTop="11dp"
|
|
|
|
- android:layout_height="53dp"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_marginLeft="60dp"
|
|
|
|
- android:text="99+"
|
|
|
|
- android:textColor="#ffffffff"
|
|
|
|
- android:id="@+id/rwzx_tv_task_num_3"
|
|
|
|
- android:textSize="12sp"
|
|
|
|
- android:layout_marginTop="16dp"
|
|
|
|
- android:background="@drawable/bg_red"
|
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/rwzx_tv_task_3"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
|
- android:layout_below="@id/rwzx_iv_task_3"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="4dp"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:text="推送任务"
|
|
|
|
- android:textColor="#666666"
|
|
|
|
- android:textSize="14sp"
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </RelativeLayout>
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/rwzx_iv_triangle_3"
|
|
|
|
- android:layout_width="44dp"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:background="@drawable/pic_triangle"
|
|
|
|
- android:layout_height="13dp"/>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
- </FrameLayout>
|
|
|
|
|
|
+ android:id="@+id/rwzx_layout_task_3"
|
|
|
|
+ android:background="@drawable/bg_shape_white_corner8"
|
|
|
|
+ android:layout_height="104dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="53dp"
|
|
|
|
+ android:id="@+id/rwzx_iv_task_3"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_marginTop="11dp"
|
|
|
|
+ android:layout_height="53dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_marginLeft="60dp"
|
|
|
|
+ android:text="99+"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:textColor="#ffffffff"
|
|
|
|
+ android:id="@+id/rwzx_tv_task_num_3"
|
|
|
|
+ android:textSize="12sp"
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
+ android:background="@drawable/bg_red"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/rwzx_tv_task_3"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
+ android:layout_below="@id/rwzx_iv_task_3"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:text="推送任务"
|
|
|
|
+ android:textColor="#666666"
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/rwzx_iv_triangle_3"
|
|
|
|
+ android:layout_width="44dp"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:background="@drawable/pic_triangle"
|
|
|
|
+ android:layout_height="13dp"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
+ <androidx.appcompat.widget.Toolbar
|
|
|
|
+ android:id="@+id/toolbar"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="128dp"/>
|
|
|
|
+
|
|
|
|
+ </com.google.android.material.appbar.CollapsingToolbarLayout>
|
|
|
|
+ <com.google.android.material.tabs.TabLayout
|
|
|
|
+ android:id="@+id/rwzx_tab"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
+ android:paddingLeft="8dp"
|
|
|
|
+ android:layout_toLeftOf="@id/rwzx_layout_filter"
|
|
|
|
+ android:paddingRight="8dp"
|
|
|
|
+ app:tabMode="scrollable"
|
|
|
|
+ app:tabIndicatorHeight="0dp"
|
|
|
|
+ app:tabSelectedTextColor="@color/blue"
|
|
|
|
+ app:tabTextColor="#666666" />
|
|
|
|
+
|
|
|
|
+ </com.google.android.material.appbar.AppBarLayout>
|
|
|
|
|
|
|
|
|
|
- </com.google.android.material.appbar.CollapsingToolbarLayout>
|
|
|
|
|
|
|
|
- <androidx.core.widget.NestedScrollView
|
|
|
|
- android:id="@+id/nestedScrollView"
|
|
|
|
|
|
+ <androidx.viewpager2.widget.ViewPager2
|
|
|
|
+ android:id="@+id/rwzx_vp"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:background="#FFFFFFFF"
|
|
|
|
- android:fillViewport="true"
|
|
|
|
- app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
|
+ </androidx.coordinatorlayout.widget.CoordinatorLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout"
|
|
|
|
+ android:background="@color/white"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_marginTop="48dp"
|
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout_search"
|
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
|
+ android:background="#f8f8f8"
|
|
|
|
+ android:layout_height="36dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="16dp"
|
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:background="@drawable/icon_rwzx_search"
|
|
|
|
+ android:layout_height="16sp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:orientation="vertical"
|
|
|
|
- android:id="@+id/rwzx_container"
|
|
|
|
- android:background="@drawable/bg_shape_f8f8f8_corner12"
|
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_search"
|
|
|
|
+ android:text="请输入信息查询"
|
|
|
|
+ android:paddingLeft="36dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:textColor="#ff999999"
|
|
|
|
+ android:textSize="13sp"
|
|
|
|
+ />
|
|
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="40dp">
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout_type"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
|
+ android:layout_height="44dp">
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="60dp"
|
|
|
|
- android:id="@+id/rwzx_layout_filter"
|
|
|
|
- android:layout_alignParentRight="true"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout_task_1"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
|
- android:text="筛选"
|
|
|
|
- android:textColor="@color/color_666666"
|
|
|
|
- android:textSize="12sp"/>
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="18dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_iv_task_1"
|
|
|
|
+ android:layout_height="18dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="指令任务"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_1"
|
|
|
|
+ android:textColor="#ff106dff"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="0"
|
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_num_1"
|
|
|
|
+ android:textColor="#ff106dff"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="16dp"
|
|
|
|
- android:background="@mipmap/icon_screening"
|
|
|
|
- android:layout_height="16dp"/>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout_task_2"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
- <com.google.android.material.tabs.TabLayout
|
|
|
|
- android:id="@+id/rwzx_tab"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="40dp"
|
|
|
|
- android:paddingLeft="8dp"
|
|
|
|
- android:layout_toLeftOf="@id/rwzx_layout_filter"
|
|
|
|
- android:paddingRight="8dp"
|
|
|
|
- app:tabIndicatorHeight="0dp"
|
|
|
|
- app:tabMode="scrollable"
|
|
|
|
- app:tabSelectedTextColor="@color/blue"
|
|
|
|
- app:tabTextColor="#666666" />
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="18dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_iv_task_2"
|
|
|
|
+ android:layout_height="18dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="规定任务"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_2"
|
|
|
|
+ android:textColor="#666666"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="1"
|
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_num_2"
|
|
|
|
+ android:textColor="#666666"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <androidx.viewpager2.widget.ViewPager2
|
|
|
|
- android:id="@+id/rwzx_vp"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="match_parent"/>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:id="@+id/rwzx_holder_layout_task_3"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="18dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_iv_task_3"
|
|
|
|
+ android:layout_height="18dp"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="推送任务"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_3"
|
|
|
|
+ android:textColor="#666666"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:text="2"
|
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
|
+ android:id="@+id/rwzx_holder_tv_task_num_3"
|
|
|
|
+ android:textColor="#666666"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
- </androidx.core.widget.NestedScrollView>
|
|
|
|
|
|
|
|
- </com.google.android.material.appbar.AppBarLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </androidx.coordinatorlayout.widget.CoordinatorLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<com.scwang.smart.refresh.header.ClassicsHeader
|
|
<com.scwang.smart.refresh.header.ClassicsHeader
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|