62 lines
2.0 KiB
XML
62 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/sv_container"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_container"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include layout="@layout/2131559376"/>
|
||
|
<com.scb.phone.view.custom.common.ProgressStateBar
|
||
|
orientation="horizontal"
|
||
|
id="@+id/breadcrumbs_ntb"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/iv"
|
||
|
layout_width="120dp"
|
||
|
layout_height="120dp"
|
||
|
layout_margin="24dp"
|
||
|
src="@drawable/ic_promptpay"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_main"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_secondary"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<Space
|
||
|
id="@+id/space"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
id="@+id/bt"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|