|
|
@@ -13,201 +13,159 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/content_padding"
|
|
|
- android:layout_marginBottom="@dimen/content_padding_15"
|
|
|
- android:background="@color/white"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/change_password_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/content_padding"
|
|
|
+ android:layout_marginBottom="@dimen/content_padding_15"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="修改密码" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/change_password_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="登录密码" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/pay_pwd_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="支付密码" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/pay_pwd_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/pay_pwd_flag"
|
|
|
- style="@style/style_item_label"
|
|
|
- android:gravity="right"
|
|
|
- android:text="已设置"
|
|
|
- android:textColor="@color/black_999999"
|
|
|
- android:textSize="12sp" />
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="支付密码" />
|
|
|
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/pay_pwd_flag"
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:gravity="right"
|
|
|
+ android:text="已设置"
|
|
|
+ android:textColor="@color/black_999999"
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/copy_text_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="@string/copy_assistant" />
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/copy_text_iv"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:src="@mipmap/toggle_open" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/abourt_us_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="关于我们" />
|
|
|
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/clear_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="清除缓存" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/feedback_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/clear_item_tv"
|
|
|
- style="@style/style_item_end"
|
|
|
- android:text="128MB" />
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="意见反馈" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/content_padding"
|
|
|
- android:background="@color/white_light"
|
|
|
- android:minHeight="1px" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/version_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/check_upgrade_view"
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="检查版本更新" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/execute_upgrade_btn"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="26dp"
|
|
|
- android:background="@drawable/round_main_r25"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
- android:text="立即更新"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="14sp"
|
|
|
- android:visibility="gone" />
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/destroy_account"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="注销账号" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/change_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="新功能介绍" />
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/clear_layout"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="清除缓存" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/clear_item_tv"
|
|
|
+ style="@style/style_item_end"
|
|
|
+ android:text="128MB" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/abourt_us_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="关于我们" />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/content_padding"
|
|
|
+ android:background="@color/white_light"
|
|
|
+ android:minHeight="1px" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/privacy_policy"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="隐私政策" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/privacy_policy"
|
|
|
- style="@style/style_item_container">
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="隐私政策" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/person_agreement"
|
|
|
+ style="@style/style_item_container">
|
|
|
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
+ <TextView
|
|
|
+ style="@style/style_item_label"
|
|
|
+ android:text="用户协议" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/person_agreement"
|
|
|
- style="@style/style_item_container">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="用户协议" />
|
|
|
-
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View style="@style/style_item_line" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/feedback_layout"
|
|
|
- style="@style/style_item_container">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="意见反馈" />
|
|
|
-
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View style="@style/style_item_line" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/destroy_account"
|
|
|
- style="@style/style_item_container">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/style_item_label"
|
|
|
- android:text="注销账号" />
|
|
|
-
|
|
|
- <TextView style="@style/style_item_end_next" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View style="@style/style_item_line" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/check_upgrade_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="检查版本更新"
|
|
|
+ android:textColor="@color/text33"
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_submit"
|
|
|
- style="@style/style_button"
|
|
|
+ style="@style/round_button_8_radius"
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
+ android:layout_marginTop="70dp"
|
|
|
+ android:layout_marginEnd="20dp"
|
|
|
+ android:gravity="center"
|
|
|
android:text="退出登录" />
|
|
|
|
|
|
<View
|