160 lines
6.6 KiB
XML
160 lines
6.6 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:id="@+id/main_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/gray"
|
|
android:fitsSystemWindows="true"
|
|
android:orientation="vertical">
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomTitleBar
|
|
android:id="@+id/custom_title_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:titleName="设置" />
|
|
|
|
<com.kaixed.kchat.ui.widget.ReBoundScrollView
|
|
android:id="@+id/re_bound_scroll_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/scroll_content_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_account_security"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="账号与安全" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_teen_mode"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/margin"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="青少年模式" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_care_mode"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="关怀模式" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_new_message_notification"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/margin"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="新消息通知" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_chat"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="聊天" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_device"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="设备" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_general"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="通用" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_privacy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:paddingTop="10dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="隐私" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_friend_permission"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="朋友权限" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_personal_info_permission"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="个人信息与权限" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_personal_info_collection"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="个人信息收集清单" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_third_party_info_sharing"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="第三方信息共享清单" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_plugin"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/margin"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="插件" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_about_kchat"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/margin"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="关于星语" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/item_help_feedback"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="帮助与反馈" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_switch_account"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="@dimen/margin"
|
|
android:background="@color/white"
|
|
android:gravity="center"
|
|
android:text="切换账号"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_logout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="@dimen/margin"
|
|
android:layout_marginBottom="20dp"
|
|
android:background="@color/white"
|
|
android:gravity="center"
|
|
android:text="退出"
|
|
android:textColor="@color/black"
|
|
android:textSize="16sp" />
|
|
|
|
</LinearLayout>
|
|
</com.kaixed.kchat.ui.widget.ReBoundScrollView>
|
|
</LinearLayout>
|