334 lines
13 KiB
XML
334 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/common_toolbar"></include>
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llRules"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="平台规则"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_16"
|
|
android:background="@color/color_c" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llRates"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="评价管理"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_16"
|
|
android:background="@color/color_c" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llQues"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="常见问题"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llCallMe"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="联系我们"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_16"
|
|
android:background="@color/color_c" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llAbout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="关于我们"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_16"
|
|
android:background="@color/color_c" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llFeed"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="意见反馈"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_15"
|
|
android:layout_height="@dimen/dp_15"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/right_gray" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llUpdate"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="版本更新"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvVersion"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
tools:text="当前版本" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="@dimen/dp_16"
|
|
android:layout_marginRight="@dimen/dp_16"
|
|
android:background="@color/color_c" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/rlOne"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_66"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/dp_16"
|
|
android:paddingRight="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="是否开启推送"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
<com.arpa.mylibrary.weight.SwitchView
|
|
android:id="@+id/svTog"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/dp_30"
|
|
app:canEnable="false"
|
|
app:isOpened="true" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/rlTwo"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_60"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/dp_16"
|
|
android:paddingRight="@dimen/dp_16">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:text="退出"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:gravity="center"
|
|
android:text="ICP备案号:豫ICP备09025418号-24A" />
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
</LinearLayout> |