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

138 lines
6.0 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"
id="@+id/root_view"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="0">
<androidx.core.widget.NestedScrollView
id="@+id/nsv_container"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/btn_action_done">
<LinearLayout
orientation="vertical"
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">
<ImageView
layout_gravity="center"
layout_width="64dp"
layout_height="64dp"
layout_marginTop="26dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
gravity="center"
layout_gravity="center"
id="@+id/tv_success_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017880"/>
<TextView
textSize="18sp"
textColor="#959199"
gravity="center"
layout_gravity="center"
id="@+id/tv_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017674"/>
<View
layout_marginTop="16dp"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/card_detail_layout"
background="#ffffff"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/card_details"
textAllCaps="true"
style="@style/2132017871"/>
<TextView
textColor="#736e78"
id="@+id/tv_mask_card_no"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
maxLines="10"
layout_weight="1"
style="@style/2132017666"/>
</LinearLayout>
<View
paddingTop="16dp"
style="@style/2132018230"/>
<LinearLayout
orientation="vertical"
id="@+id/address_layout"
background="#ffffff"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp">
<TextView
id="@+id/tv_address_title"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
style="@style/2132017871"/>
<TextView
textColor="#736e78"
id="@+id/tv_address"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
maxLines="10"
layout_weight="1"
paddingEnd="16dp"
style="@style/2132017666"/>
</LinearLayout>
<View style="@style/2132018228"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/tv_remark_successfully"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/email_remark"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<Button
id="@+id/btn_action_done"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/ok"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>