99 lines
3.4 KiB
XML
99 lines
3.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_main"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131559376"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_group_root"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
paddingTop="32dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<TextView
|
||
|
textColor="#827d87"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/manage_email_email"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017929"/>
|
||
|
<View
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<TextView
|
||
|
textColor="#f44d5d"
|
||
|
id="@+id/tv_is_verified"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017980"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="horizontal"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="64dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_email"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="10"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
<ImageView
|
||
|
id="@+id/ib_email_edit"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
src="@drawable/ic_edit_black_24dp"
|
||
|
scaleType="center"
|
||
|
tint="#7631c1"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
gravity="center"
|
||
|
id="@+id/email_verify_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="20dp"
|
||
|
text=""
|
||
|
layout_below="@+id/verify_layout"
|
||
|
layout_centerHorizontal="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017658"/>
|
||
|
<View
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
id="@+id/btn_email_enter_verification"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/manage_email_enter_verification_code"
|
||
|
textAllCaps="false"
|
||
|
style="@style/2132017576"/>
|
||
|
<Button
|
||
|
id="@+id/btn_email_request_verification"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/manage_email_request_verification_code"
|
||
|
textAllCaps="false"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|