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

75 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
id="@+id/root_view"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/export_statement_successful_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<ImageView
layout_gravity="center"
layout_width="64dp"
layout_height="64dp"
layout_marginTop="14dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/export_statement_successful_header"
style="@style/2132017836"/>
<TextView
layout_gravity="center"
id="@+id/text_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/export_statement_successful_description"
style="@style/2132017916"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"
layout_marginStart="17dp"
layout_marginEnd="8dp"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/account"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/date_range"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="@string/export_statement_successful_date_range"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/sent_to"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="@string/export_statement_successful_sent_to"/>
</LinearLayout>
<TextView
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="14dp"
text="@string/return_to_accounts"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
style="@style/2132017970"/>
</RelativeLayout>