what-the-bank/resources/res/layout/2131559793.xml

122 lines
5.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/txt_ntb_user_info_header"
paddingTop="24dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ntb_user_info_header"
paddingStart="24dp"
paddingEnd="24dp"
style="@style/2132017851"/>
<RelativeLayout
id="@+id/container_ntb_user_info_image_selection"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="24dp">
<ImageView
id="@+id/btn_ntb_user_info_left"
background="?attr/selectableItemBackgroundBorderless"
padding="20dp"
visibility="invisible"
layout_width="56dp"
layout_height="56dp"
layout_centerVertical="true"
rotation="180"
NOT_FOUND_0x21="@drawable/ic_arrow_8_purple"/>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentTop="true"
layout_toStartOf="@+id/btn_ntb_user_info_right"
layout_toEndOf="@+id/btn_ntb_user_info_left">
<androidx.viewpager.widget.ViewPager
id="@+id/view_pager_ntb_user_info_image_profile"
layout_width="match_parent"
layout_height="80dp"
layout_centerInParent="true"/>
</RelativeLayout>
<ImageView
id="@+id/btn_ntb_user_info_right"
background="?attr/selectableItemBackgroundBorderless"
padding="20dp"
layout_width="56dp"
layout_height="56dp"
layout_alignParentRight="true"
layout_centerVertical="true"
NOT_FOUND_0x21="@drawable/ic_arrow_8_purple"/>
</RelativeLayout>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp">
<me.relex.circleindicator.CircleIndicator
id="@+id/indicator_ntb_user_info_image_profile"
layout_width="match_parent"
layout_height="12dp"
layout_alignParentBottom="true"
NOT_FOUND_0x1a="@drawable/dark_gray_radius"
NOT_FOUND_0x1b="@drawable/gray_radius"/>
</RelativeLayout>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/txt_ntb_user_info_name_input"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1c="40"
NOT_FOUND_0x1d="@string/ntb_user_info_name_placeholder"
NOT_FOUND_0x1e="0x5"
NOT_FOUND_0x20="@string/ntb_user_info_name"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/txt_ntb_user_info_email_input"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1c="100"
NOT_FOUND_0x1d="@string/ntb_user_info_email_placeholder"
NOT_FOUND_0x1e="0x5"
NOT_FOUND_0x20="@string/ntb_user_info_email"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/txt_ntb_user_info_mobile_phone_input"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x1c="10"
NOT_FOUND_0x1d="@string/ntb_user_info_mobile_number_placeholder"
NOT_FOUND_0x1f="0x3"
NOT_FOUND_0x20="@string/ntb_user_info_mobile_number"/>
</LinearLayout>
<RelativeLayout
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatButton
enabled="false"
id="@+id/btn_action"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ntb_user_info_btn_action"
textAllCaps="false"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>