|
@@ -0,0 +1,489 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#f8f8f8"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="44dp"
|
|
|
+ android:layout_marginTop="44dp">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bt_back"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:background="@mipmap/left_jt" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:text="反馈"
|
|
|
+ android:textColor="#ff111111"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
+ android:background="@drawable/shape_gray"
|
|
|
+ android:minHeight="108dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="44dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_wdhlx"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_select">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:text="未电话联系"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_wdhlx"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="3dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@drawable/shape_line_selected" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_ydhlx"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:text="已电话联系"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_ydhlx"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="3dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@drawable/shape_line_selected"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/rg_wdhlx"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/shape_wdh_white"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_wdh_jj"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:checked="true"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="拒接/未接通"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_wdh_kh"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="空号"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_wdh_bzxq"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="不在本辖区致无法联系"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RadioGroup>
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/rg_ydhlx"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/shape_ydh_white"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_sddx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:checked="true"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="接到欺诈短信"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_wsddx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="未接到欺诈短信"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_tdmh"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="事主表述/态度模糊"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_wfkxx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="事主未反馈任何信息"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_tdmh_jm"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="预警对象表达/态度模糊,需见面劝阻"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_wfk_jm"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="预警对象未反馈任何信息,需见面劝阻"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_yba"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="预警对象已被骗报案,不需见面劝阻"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_sjyhkhbf"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="预警手机号码非预警银行账户开户人"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_ydh_ydhqz_jm"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="5dp"
|
|
|
+ android:text="预警对象已经电话劝阻,还需见面劝阻"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ </RadioGroup>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/ll_yjdh"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
+ android:background="@drawable/white_shape"
|
|
|
+ android:minHeight="148dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="53dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="反馈情况"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="#E7E7E7" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_bt"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="#FF1D1D"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_fk"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/tv_bt"
|
|
|
+ android:text="反馈结果"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/rg_fk"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_toRightOf="@id/tv_fk"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rg_wbp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:checked="true"
|
|
|
+ android:paddingHorizontal="4dp"
|
|
|
+ android:text="未被骗"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rg_ybp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="4dp"
|
|
|
+ android:text="已被骗"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rg_wz"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:button="@drawable/selector_radio"
|
|
|
+ android:paddingHorizontal="4dp"
|
|
|
+ android:text="未知"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RadioGroup>
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="#E7E7E7" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_xtzs"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_xtts"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="更多反馈资料(选填)"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/tv_xtts"
|
|
|
+ android:src="@drawable/btn_unfold_gray" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="154dp"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
+ android:background="@drawable/white_shape"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="54dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="需上门预警"
|
|
|
+ android:textColor="#111111"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="#E7E7E7" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="归属单位"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="26dp"
|
|
|
+ android:text="长春市南关分局红旗街派出所"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
+ android:background="#E7E7E7" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="上门民警"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="12dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mj"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:text="请选择上门民警"
|
|
|
+ android:textColor="#666"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="15dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@id/tv_mj"
|
|
|
+ android:src="@mipmap/btn_next_gray" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+</LinearLayout>
|