309 lines
12 KiB
XML
309 lines
12 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/main_bg"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/dp_10"
|
|
android:elevation="@dimen/dp_10"
|
|
app:cardCornerRadius="25dp"
|
|
app:cardElevation="@dimen/dp_10">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="1dp"
|
|
android:background="@drawable/setting_bg_shape"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_proxy_mode"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10"
|
|
>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/RoutingMode"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_proxy_model"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="@color/white_70" />
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_change_psw"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/change_password"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_fwtk"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/ServiceTerms"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_yszc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/PrivacyPolicy"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<LinearLayout
|
|
android:id="@+id/ll_chushihua"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/InitializationRepair"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<LinearLayout
|
|
android:id="@+id/llUpErrorLog"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/UploadErrorLog"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<LinearLayout
|
|
android:id="@+id/llInstallApplication"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:visibility="visible"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/SubApplicationProxy"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:background="@color/white_50"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<LinearLayout
|
|
android:id="@+id/llLanguageSwitching"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:paddingRight="30dp"
|
|
android:paddingLeft="30dp"
|
|
android:paddingTop="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_10">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:text="@string/LanguageSwitching"
|
|
android:textColor="@color/text_yellow"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@drawable/ic_s_arrow_right" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
</LinearLayout> |