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

43 lines
1.6 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/btn_action_next">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textColor="#353239"
id="@+id/tv_title"
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ccr_select_email_address_remark"
style="@style/2132017849"/>
<com.scb.phone.view.custom.cardmanagement.CustomStatementChannelViewComponent
id="@+id/view_email"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.cardmanagement.CustomStatementChannelViewComponent
id="@+id/view_add_email"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<Button
id="@+id/btn_action_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next_button"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>