|
|
@@ -4,7 +4,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:id="@+id/ll_header"
|
|
|
android:orientation="vertical"
|
|
|
- android:background="#e4e4e4">
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
<com.silence.commonframe.base.basemvp.TitleBar
|
|
|
android:id="@+id/base_title_bar"
|
|
|
@@ -19,18 +19,17 @@
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:onClick="click"
|
|
|
- android:background="#fff"
|
|
|
- android:layout_height="40dp">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/list_margin_style"
|
|
|
+ android:onClick="click">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -45,41 +44,37 @@
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:textColor="@color/myblack"
|
|
|
android:textSize="16sp"
|
|
|
- android:text="@string/message_management"
|
|
|
- />
|
|
|
+ android:text="@string/message_management" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="14dp"
|
|
|
- android:layout_height="14dp"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:background="@mipmap/right" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="8dp"
|
|
|
- ></View>
|
|
|
+ android:background="@color/gray_line" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/wx_bind"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="#fff"
|
|
|
- android:layout_height="40dp">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/list_margin_style">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -93,8 +88,7 @@
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:textColor="@color/myblack"
|
|
|
android:textSize="16sp"
|
|
|
- android:text="@string/wx_bind"
|
|
|
- />
|
|
|
+ android:text="@string/wx_bind" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -105,33 +99,29 @@
|
|
|
android:switchMinWidth="45dp"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="@dimen/margin_side"
|
|
|
android:track="@drawable/bg_switch_track"
|
|
|
android:thumb="@drawable/bg_switch_thumb"
|
|
|
/>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
+ <include
|
|
|
android:id="@+id/view_message_line"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/mygray"/>
|
|
|
+ layout="@layout/bottom_line"/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/wx_message_connect"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="#fff"
|
|
|
- android:layout_height="40dp">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/list_margin_style">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -151,13 +141,11 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="14dp"
|
|
|
- android:layout_height="14dp"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:background="@mipmap/right" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
@@ -165,6 +153,7 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="8dp"
|
|
|
+ android:background="@color/gray_line"
|
|
|
android:id="@+id/view_message_connect"
|
|
|
></View>
|
|
|
|
|
|
@@ -172,18 +161,17 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:onClick="click1"
|
|
|
- android:background="#fff">
|
|
|
+ style="@style/list_margin_style">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -203,34 +191,29 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="14dp"
|
|
|
- android:layout_height="14dp"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:background="@mipmap/right" />
|
|
|
</RelativeLayout>
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
+
|
|
|
+ <include layout="@layout/bottom_line"/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:onClick="click3"
|
|
|
- android:background="#fff">
|
|
|
+ style="@style/list_margin_style">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -249,35 +232,29 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="14dp"
|
|
|
- android:layout_height="14dp"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:background="@mipmap/right" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/mygray"></View>
|
|
|
+ <include layout="@layout/bottom_line"/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:onClick="click4"
|
|
|
- android:background="#fff">
|
|
|
+ style="@style/list_margin_style">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
+ android:layout_centerVertical="true">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="16dp"
|
|
|
@@ -296,36 +273,31 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="14dp"
|
|
|
- android:layout_height="14dp"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:background="@mipmap/right" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="8dp"
|
|
|
+ android:background="@color/gray_line"
|
|
|
></View>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:background="#fff"
|
|
|
- android:gravity="center"
|
|
|
- android:onClick="click6">
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
- android:textSize="16sp"
|
|
|
+ android:onClick="click6"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#fa5656"
|
|
|
+ style="@style/list_margin_style"
|
|
|
android:text="@string/login_out"/>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <include layout="@layout/bottom_line"/>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|