<?xml version="1.0" encoding="utf-8"?>
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:background="@color/page_bg">
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
style="@style/style_tv_action"
|
android:text="退出登录"
|
android:id="@+id/tv_action"
|
app:layout_constraintBottom_toBottomOf="parent"
|
android:layout_marginBottom="14dp"/>
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:scrollbars="none"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toTopOf="@id/tv_action"
|
android:layout_marginBottom="20dp">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:background="@color/white">
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_account"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="账户安全"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_question"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="常见问题"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_privacy"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="隐私协议"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_rule"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="法律条款和平台规则"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_recharge"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="充值领券规则"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_cancel"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="取消订单规则"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_price"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="计价规则"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_guide"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="用户指南"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_user_rule"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="用户协议"
|
style="@style/style_form_text_setting"/>
|
<View
|
style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_about"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="关于我们"
|
style="@style/style_form_text_setting"/>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="5dp"
|
android:background="@color/page_bg"/>
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp">
|
<TextView
|
android:layout_width="match_parent"
|
style="@style/style_form_text_setting"
|
android:text="清除缓存"
|
android:id="@+id/tv_cache"
|
android:layout_height="wrap_content"/>
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
app:layout_constraintEnd_toEndOf="@id/tv_cache"
|
app:layout_constraintBaseline_toBaselineOf="@id/tv_cache"
|
android:textSize="14sp"
|
android:id="@+id/tv_cache_size"
|
android:textColor="@color/textColor99"
|
android:text="0.0KB"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
<View style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp">
|
<TextView
|
android:layout_width="match_parent"
|
style="@style/style_form_text_setting"
|
android:text="当前版本"
|
android:id="@+id/tv_version"
|
android:layout_height="wrap_content"/>
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
app:layout_constraintEnd_toEndOf="@id/tv_version"
|
app:layout_constraintBaseline_toBaselineOf="@id/tv_version"
|
android:textSize="14sp"
|
android:id="@+id/tv_current"
|
android:textColor="@color/textColor99"
|
android:text="V1.0"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
<View style="@style/style_form_divider_line"
|
android:layout_marginStart="14dp"/>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_update"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:drawableEnd="@mipmap/icon_more_black"
|
android:text="版本更新"
|
style="@style/style_form_text_setting"/>
|
</LinearLayout>
|
|
</ScrollView>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|