|
@@ -0,0 +1,408 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#f8f8f8"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="240dp"
|
|
|
+ android:background="@mipmap/bj_home_up" />
|
|
|
+
|
|
|
+ <com.zkjc.common.view.CommonTitleBarV3
|
|
|
+ android:id="@+id/title_bar"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="25dp" />
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_below="@id/title_bar">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_sqmy"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="220dp"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:background="@drawable/white_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="收集社情民意"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_toRightOf="@id/tv"
|
|
|
+ android:background="@drawable/right_black" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_below="@id/tv"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_br"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_below="@id/tv"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/sqmy_shape">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_brcj"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:drawableLeft="@drawable/icon_collect"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:text="本日累计收集"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/brcjsl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_brcj"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="1,063"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="72dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:src="@drawable/pic_list_collet" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginBottom="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/sqmy_nor"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="本季度累计收集"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bjdsqmysl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="23,667"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/sqmy_nor"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="本年度累计收集"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bndsqmysl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="23,6666667"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_rhzf"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="137dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:background="@drawable/white_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_rhzf"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="入户走访情况"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_toRightOf="@id/tv_rhzf"
|
|
|
+ android:background="@drawable/right_black" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_below="@id/tv_rhzf"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/sqmy_rhzf_shape"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:drawableLeft="@drawable/icon_walk"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:text="本周累计走访"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bzrhzfsl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="23,667"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:layout_marginBottom="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/sqmy_nor"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="本年度累计走访"
|
|
|
+ android:textColor="#ff666666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bndrhzfsl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="23,667"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_bzjmh"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:background="@drawable/white_bg"
|
|
|
+ android:minHeight="78dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jmh"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="每周见面会情况"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_toRightOf="@id/tv_jmh"
|
|
|
+ android:background="@drawable/right_black" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_dqrq"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:text="第41周"
|
|
|
+ android:textColor="#ff999999"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jmhbt"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_jmh"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:text="本周暂无开展见面会"
|
|
|
+ android:textColor="#ff999999"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_myhy"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="@drawable/white_bg"
|
|
|
+ android:minHeight="78dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_myhy"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="每月安全负责人会议"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_toRightOf="@id/tv_myhy"
|
|
|
+ android:background="@drawable/right_black" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_dqyf"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:text="11月"
|
|
|
+ android:textColor="#ff999999"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mybt"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_myhy"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:text="清风社区2024年11月安全负责会议"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_zatb"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:background="@drawable/white_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jdza"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:text="季度治安情况通报"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_toRightOf="@id/tv_jdza"
|
|
|
+ android:background="@drawable/right_black" />
|
|
|
+
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/recyclerView"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_jdza"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ tools:listitem="@layout/item_jdzatb" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+
|
|
|
+</RelativeLayout>
|