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

69 lines
2.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_all_successful"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="15dp"
layout_marginStart="16dp">
<ImageView
layout_gravity="center"
id="@+id/iv_successful"
layout_width="40dp"
layout_height="40dp"
layout_marginTop="6dp"
src="@drawable/ic_check_circle_black_48dp"
contentDescription="@null"
NOT_FOUND_0xd="@color/2131099851"/>
<TextView
gravity="center"
id="@+id/tv_success_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/auto_single_form_successful_header"
style="@style/2132017937"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_some_successful"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="36dp"
layout_marginStart="16dp">
<TextView
gravity="center"
id="@+id/tv_one_success_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017935"/>
<TextView
gravity="center"
id="@+id/tv_one_unregister_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="3dp"
style="@style/2132017984"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/tv_txn_date_time"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginStart="16dp"
style="@style/2132017551"/>
<View
id="@+id/vw_divider"
layout_marginTop="16dp"
style="@style/2132018228"/>
</LinearLayout>