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

68 lines
2.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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/bill_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="45dp"
layout_height="45dp"
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/successful_subscription"
style="@style/2132017836"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017916"/>
<TextView
layout_gravity="center"
id="@+id/text_reference_id"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017916"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"
layout_marginStart="17dp"
layout_marginEnd="8dp"/>
<include layout="@layout/2131558880"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/return_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
layout_alignParentBottom="true"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x13="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x14="@string/return_to_subscription_list"
NOT_FOUND_0x15="@color/2131100912"/>
</RelativeLayout>