|
|
@@ -2,116 +2,78 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ android:paddingLeft="@dimen/normal_side"
|
|
|
+ android:paddingRight="@dimen/normal_side">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:layout_marginBottom="2dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:layout_marginTop="3dp"
|
|
|
- android:layout_marginBottom="3dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/re_item"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:text="测试四海带花掉"
|
|
|
+ android:textColor="@color/myblack" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:id="@+id/re_item"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="18sp"
|
|
|
- android:text="测试四海带花掉"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:textColor="@color/myblack"
|
|
|
- />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
- <View
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"></View>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_corner_blue_thin"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingTop="3dp"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- android:paddingLeft="9dp"
|
|
|
- android:paddingRight="9dp"
|
|
|
- android:id="@+id/submit"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="14sp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:text="提交"/>
|
|
|
- </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:id="@+id/cb_photo_L">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <CheckBox
|
|
|
+ android:id="@+id/cb_photo"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ style="@style/CheckBoxStyle" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="接收火警电话"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:layout_marginLeft="10dp"/>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:id="@+id/cb_photo_L">
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/cb_photo"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- style="@style/CheckBoxStyle" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="接收火警电话"
|
|
|
- android:textColor="@color/myblack"
|
|
|
- android:textSize="15sp"
|
|
|
- android:layout_marginLeft="10dp"/>
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:id="@+id/cb_message_L">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:id="@+id/cb_message_L">
|
|
|
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/cb_message"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginLeft="19dp"
|
|
|
- style="@style/CheckBoxStyle"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="接收短信通知"
|
|
|
- android:textColor="@color/myblack"
|
|
|
- android:textSize="15sp"
|
|
|
- android:layout_marginLeft="10dp"/>
|
|
|
+ <CheckBox
|
|
|
+ android:id="@+id/cb_message"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ style="@style/CheckBoxStyle" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="接收短信通知"
|
|
|
+ android:textColor="@color/myblack"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:layout_marginLeft="10dp"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|