71 lines
2.5 KiB
XML
71 lines
2.5 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:background="@color/gray"
|
|
android:fitsSystemWindows="true"
|
|
android:orientation="vertical"
|
|
tools:context=".ui.activity.setting.AccountSecurityActivity">
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomTitleBar
|
|
android:id="@+id/ctb_title_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:titleName="账号与安全" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/ci_account"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemDesc="kaixed"
|
|
app:itemName="星联号" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/ci_telephone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemDesc="177******45"
|
|
app:itemName="手机号" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:id="@+id/ci_update_password"
|
|
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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="声音锁" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isBottomDividerVisible="true"
|
|
app:itemName="登陆过的设备" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:itemName="更多安全设置" />
|
|
|
|
<com.kaixed.kchat.ui.widget.CustomItem
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/margin"
|
|
app:itemName="星联安全中心" />
|
|
|
|
|
|
</LinearLayout> |