|
|
@@ -1,10 +1,9 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+<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="#fff"
|
|
|
android:orientation="vertical"
|
|
|
tools:context=".activity.NewsdetailActivity">
|
|
|
|
|
|
@@ -72,350 +71,360 @@
|
|
|
android:textSize="19sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingLeft="@dimen/dp_10"
|
|
|
- android:background="#f0f0f0"
|
|
|
- android:text="消息详情"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="19sp" />
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#fff"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="场所名称:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_sitename"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="海智园物业"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
+ <TextView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="设备类型:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_devicetype"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="独立烟感探测器"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
+ android:paddingLeft="@dimen/dp_10"
|
|
|
+ android:paddingTop="@dimen/dp_10"
|
|
|
+ android:paddingBottom="@dimen/dp_10"
|
|
|
+ android:background="@color/thinwhite"
|
|
|
+ android:text="消息详情"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="17sp" />
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginLeft="@dimen/margin_side"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="编"
|
|
|
- android:textColor="@color/myblack"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="场所名称:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sitename"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="海智园物业"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="空格"
|
|
|
- android:textColor="#fff"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="设备类型:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_devicetype"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="独立烟感探测器"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="号:"
|
|
|
- android:textColor="@color/myblack"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_no"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="编"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="空格"
|
|
|
+ android:textColor="#fff"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="号:"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_no"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="289945899"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="289945899"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
-
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="位 置:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_location"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="海胜海办公室"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="位 置:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_location"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="警情类型:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_firetype"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="火警"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/img_fire"
|
|
|
+ android:layout_width="19dp"
|
|
|
+ android:layout_height="19dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="9dp"
|
|
|
+ android:src="@mipmap/light" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="海胜海办公室"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="电池电压:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_batteryvoltage"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="0V"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="警情类型:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_firetype"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:text="信号强度:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_signalstrength"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="0dB"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="火警"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
-
|
|
|
- android:id="@+id/img_fire"
|
|
|
- android:layout_width="19dp"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginLeft="9dp"
|
|
|
- android:src="@mipmap/light" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
-
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="电池电压:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_batteryvoltage"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="0V"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:text="信号强度:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_signalstrength"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:text="环境温度:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_cputem"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="0℃"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="0dB"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="发生时间:"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_time"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="2019-01-13"
|
|
|
+ android:textColor="#444"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:background="@color/mygray"></View>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:text="环境温度:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_cputem"
|
|
|
+ android:id="@+id/tv_place"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="0℃"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginRight="@dimen/margin_side"
|
|
|
+ android:text="浙江省余杭区中兴路6号"
|
|
|
+ android:lineSpacingMultiplier="1.2"
|
|
|
android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
+ android:textSize="15sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
+ <TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="发生时间:"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="2019-01-13"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
+ android:paddingLeft="@dimen/dp_10"
|
|
|
+ android:paddingTop="@dimen/dp_10"
|
|
|
+ android:paddingBottom="@dimen/dp_10"
|
|
|
+ android:background="@color/thinwhite"
|
|
|
+ android:text="复核结果"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="17sp"/>
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/recycle_RecheckMsg"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
- android:orientation="horizontal">
|
|
|
- <!--<TextView-->
|
|
|
- <!--android:layout_width="wrap_content"-->
|
|
|
- <!--android:layout_height="wrap_content"-->
|
|
|
- <!--android:textSize="17sp"-->
|
|
|
- <!--android:textColor="#444"-->
|
|
|
- <!--android:text="详细地址:" />-->
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_place"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="浙江省余杭区中兴路6号"
|
|
|
- android:textColor="#444"
|
|
|
- android:textSize="17sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingLeft="@dimen/dp_10"
|
|
|
- android:background="#f0f0f0"
|
|
|
- android:text="复核结果"
|
|
|
- android:textSize="19sp" />
|
|
|
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/recycle_RecheckMsg"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"/>
|
|
|
+ </ScrollView>
|
|
|
|
|
|
</LinearLayout>
|