taomenggo init
This commit is contained in:
143
app/src/main/res/layout/activity_security.xml
Normal file
143
app/src/main/res/layout/activity_security.xml
Normal file
@@ -0,0 +1,143 @@
|
||||
<?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="@color/white"
|
||||
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">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/base_info_txt"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:textColor="@color/color_666666"
|
||||
android:textSize="@dimen/sp_12"
|
||||
/>
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<Button
|
||||
android:id="@+id/accout_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
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_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:visibility="gone">
|
||||
|
||||
<Button
|
||||
android:id="@+id/bind_wechat_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
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">
|
||||
|
||||
<Button
|
||||
android:id="@+id/bind_phone_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
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">
|
||||
|
||||
<Button
|
||||
android:id="@+id/zhmm_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
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_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/tab_mine_logout"
|
||||
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>
|
||||
Reference in New Issue
Block a user