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

97 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include
layout_width="match_parent"
layout_height="152dp"
layout_centerInParent="true"
layout="@layout/2131559301"/>
<TextView
id="@+id/tv_label_account_info_load_failed_title"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/fixed_account_details_load_error_title"
layout_marginStart="16dp"
NOT_FOUND_0x15="@+id/iv_reload"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
style="@style/2132017849"/>
<TextView
id="@+id/tv_label_account_info_load_failed_subtitle"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/fixed_account_details_load_error_description"
layout_marginStart="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="@+id/iv_reload"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/tv_label_account_info_load_failed_title"
NOT_FOUND_0x19="0"
style="@style/2132017920"/>
<ImageView
id="@+id/iv_reload"
background="@drawable/circle_indicator"
visibility="invisible"
layout_width="32dp"
layout_height="32dp"
tint="#ffffff"
contentDescription="@null"
paddingStart="4dp"
paddingEnd="4dp"
layout_marginEnd="16dp"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1a="@drawable/ic_reload"/>
<com.google.android.material.tabs.TabLayout
id="@+id/ctl_target_account"
layout_width="match_parent"
layout_height="40dp"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1b="@color/2131099817"
style="@style/2132017164"/>
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
id="@+id/vp_target_account"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/ctl_target_account"/>
<TextView
id="@+id/tv_label_main_account_frozen"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fixed_transfer_main_account_frozen"
textAlignment="center"
paddingStart="32dp"
paddingEnd="32dp"
style="@style/2132017923"/>
<androidx.constraintlayout.widget.Group
id="@+id/group_viewpager"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="ctl_target_account, vp_target_account"/>
<androidx.constraintlayout.widget.Group
id="@+id/group_account_info_load_failed"
visibility="visible"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="tv_label_account_info_load_failed_title, tv_label_account_info_load_failed_subtitle, iv_reload"/>
<androidx.constraintlayout.widget.Group
id="@+id/group_main_account_frozen"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x12="tv_label_main_account_frozen"/>
</androidx.constraintlayout.widget.ConstraintLayout>