274 lines
11 KiB
XML
274 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fillViewport="true"
|
|
tools:viewBindingIgnore="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_bind_phone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:layout_marginTop="@dimen/dp16"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="账号与安全"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/system_setting_bind_phone_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp10"
|
|
android:layout_toLeftOf="@+id/system_setting_account_next"
|
|
android:text=""
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/system_setting_account_next"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_vip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:visibility="gone"
|
|
android:layout_marginTop="@dimen/dp6"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="会员特权设置"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_guard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:layout_marginTop="@dimen/dp6"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="青少年模式"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_blacklist"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:layout_marginTop="@dimen/dp6"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="黑名单"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/system_setting_blacklist_next"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rl_message_notice"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:layout_marginTop="@dimen/dp6"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="新消息通知"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/system_setting_news_next"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/background" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_clear_chat"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="清空所有聊天记录"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/background" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_clean_data"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp54"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="@dimen/dp16"
|
|
android:text="清除缓存"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/system_setting_clean_data_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp10"
|
|
android:layout_toLeftOf="@+id/system_setting_cacheclear_next"
|
|
android:text="35.6M"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/system_setting_cacheclear_next"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="@dimen/dp18"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_about"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@android:color/white">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="关于芊颜"
|
|
android:textColor="@color/loginText"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/system_setting_about_next"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="18dp"
|
|
android:src="@drawable/ic_next" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/system_setting_logout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp"
|
|
android:layout_marginTop="@dimen/dp16"
|
|
android:layout_marginHorizontal="@dimen/dp20"
|
|
android:background="@drawable/shape_button_enable">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:textStyle="bold"
|
|
android:text="退出登录"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</ScrollView> |