300 lines
12 KiB
XML
300 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/setup"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/bg_theme">
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_207"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginTop="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_38"
|
|
android:src="@mipmap/top_creativity" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_marginTop="@dimen/dp_58"
|
|
android:layout_marginRight="@dimen/dp_38"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageButton
|
|
android:id="@+id/return_btn"
|
|
android:layout_width="@dimen/dp_40"
|
|
android:layout_height="@dimen/dp_31"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp_m_8"
|
|
android:background="@null"
|
|
android:padding="@dimen/dp_10"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/return_lefts" />
|
|
</RelativeLayout>
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_weight="1"
|
|
android:overScrollMode="never"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginTop="@dimen/dp_11"
|
|
android:gravity="bottom"
|
|
android:text="设置"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_23" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:layout_marginTop="@dimen/dp_45"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="关于用户隐私政策"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="关于用户服务协议"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="关于安全责任书"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="软件版本"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:id="@+id/edition"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp_10"
|
|
android:text="V2.2.1"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="关于我们"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"
|
|
android:visibility="gone" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="联系我们"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/r7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/dp_20"
|
|
android:paddingBottom="@dimen/dp_20">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="注销账户"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_4"
|
|
android:layout_height="@dimen/dp_8"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/chevron" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9" />
|
|
</LinearLayout>
|
|
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
<Button
|
|
android:id="@+id/btn_login_out"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_44"
|
|
android:layout_marginBottom="@dimen/dp_22"
|
|
android:layout_marginTop="@dimen/dp_22"
|
|
android:background="@drawable/bg_btn"
|
|
android:text="退出登录"
|
|
android:textColor="#fff" />
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</RelativeLayout> |