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

48 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
layout_alignParentTop="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
layout_gravity="center"
orientation="vertical"
id="@+id/section_layout"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/disclaimer_header"
background="#f5f3f6"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/disclaimer_description"
background="@drawable/bg_white_with_border"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017916"/>
<Button
id="@+id/confirm_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="16dp"
layout_alignParentBottom="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>