<?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"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:orientation="vertical"
|
android:background="@color/bg_main"
|
android:layout_height="match_parent">
|
|
<TextView
|
android:id="@+id/rl_login_out"
|
android:layout_width="match_parent"
|
android:text="退出登录"
|
android:textColor="#ffffffff"
|
android:gravity="center"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:layout_marginBottom="14dp"
|
app:layout_constraintBottom_toBottomOf="parent"
|
android:background="@drawable/bg_login"
|
android:textSize="14sp"
|
android:layout_height="40dp"/>
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toTopOf="@id/rl_login_out">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/tv_user_to"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="用户指南"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_rule"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="法律条款和平台规则"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_about_me"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="关于我们"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_yh"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="用户协议"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_about_ys"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="隐私协议"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_about_ts"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="投诉协议"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
<TextView
|
android:id="@+id/tv_about_sj"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="小件物流超时协议"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
<LinearLayout
|
android:id="@+id/ll_clear"
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_marginTop="5dp"
|
android:layout_height="50dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="清除缓存"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_cache"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:alpha="0.4"
|
android:text="61.7M"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="50dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:text="当前版本"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_version_code"
|
android:layout_width="wrap_content"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:drawablePadding="@dimen/dp_10"
|
android:paddingEnd="14dp"
|
android:alpha="0.4"
|
android:text="V1.0"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
|
<TextView
|
android:id="@+id/ll_version"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:gravity="center_vertical"
|
android:paddingStart="14dp"
|
android:background="@color/white"
|
android:paddingEnd="14dp"
|
android:drawableEnd="@mipmap/more_black"
|
android:text="版本更新"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
</ScrollView>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|