Files
yuliao_and/app/src/main/res/layout/activity_security.xml
2025-08-08 15:09:22 +08:00

163 lines
6.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat 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="@drawable/user_true1"
android:foreground="?android:attr/selectableItemBackground"
android:orientation="vertical">
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
android:id="@+id/setting_title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_white"
app:titleText="@string/account_and_security_txt"
tools:ignore="MissingConstraints" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:background="@color/color_f7f7f7" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
>
<Button
android:id="@+id/accout_bt"
style="@style/settings_item_bg_group_top_2019_new"
android:text="@string/lailiaozhanghao_txt" />
<TextView
android:id="@+id/accout_tv"
style="@style/settings_item_textView"
android:text="@string/weishezhi_txt"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:textColor="@color/color_2c2c2c" />
</FrameLayout>
<!-- <ImageView style="@style/settings_item_seperator17dp_h_2019"-->
<!-- android:layout_marginRight="15dp"/>-->
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:visibility="gone">
<Button
android:id="@+id/bind_wechat_bt"
style="@style/settings_item_bg_group_top_2019_new"
android:text="@string/wechat_txt" />
<TextView
android:id="@+id/bind_wechat_tv"
style="@style/settings_item_textView"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:text=""
android:textColor="@color/color_666666" />
</FrameLayout>
<!-- <ImageView style="@style/settings_item_seperator17dp_h_2019"-->
<!-- android:layout_marginRight="15dp"/>-->
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
>
<Button
android:id="@+id/bind_phone_bt"
style="@style/settings_item_bg_group_top_2019_new"
android:text="@string/phone_number_txt" />
<TextView
android:id="@+id/bind_phone_tv"
style="@style/settings_item_textView"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:text=""
android:textColor="@color/color_666666" />
</FrameLayout>
<!-- <ImageView style="@style/settings_item_seperator17dp_h_2019"-->
<!-- android:layout_marginRight="15dp"/>-->
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
>
<Button
android:id="@+id/zhmm_bt"
style="@style/settings_item_bg_group_top_2019_new"
android:text="@string/accout_password_txt3" />
<TextView
android:id="@+id/zhmm_tv"
style="@style/settings_item_textView"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:text="@string/quxiugai_txt"
android:textColor="@color/color_2c2c2c" />
</FrameLayout>
<FrameLayout
android:visibility="visible"
android:layout_marginTop="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:id="@+id/close_account"
style="@style/settings_item_bg_group_top_2019_new"
android:text="@string/close_account_txt" />
<TextView
android:id="@+id/close_account_tv"
style="@style/settings_item_textView"
android:drawablePadding="10dp"
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
android:text=""
android:textColor="@color/color_666666" />
</FrameLayout>
<TextView
android:id="@+id/tvLogout"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_16"
android:layout_marginRight="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_16"
android:visibility="gone"
android:background="@drawable/index_user_bg3"
android:gravity="center"
android:singleLine="true"
android:text="@string/close_account_txt"
android:textColor="@color/colorWhite"
android:textSize="@dimen/dp_16"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/notify_message_ll"
tools:ignore="NotSibling,SpUsage" />
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>