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

121 lines
4.5 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:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/gifts_send_button">
<include
id="@+id/toolbar"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/gift_button_area"
layout_below="@+id/toolbar">
<LinearLayout
gravity="center_horizontal"
orientation="vertical"
paddingBottom="26dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="18dp">
<TextView
id="@+id/gift_sender_name"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017881"/>
<TextView
id="@+id/gift_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017923"/>
<com.airbnb.lottie.LottieAnimationView
id="@+id/gift_animation"
layout_width="200dp"
layout_height="200dp"
layout_margin="8dp"
NOT_FOUND_0x17="true"
NOT_FOUND_0x18="true"/>
<TextView
id="@+id/textView5"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/gift_congrats_msg"
style="@style/2132017873"/>
<TextView
gravity="center"
id="@+id/gift_item_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017884"/>
<TextView
id="@+id/gift_extra_info"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
maxLines="3"
style="@style/2132017923"/>
<View
background="#353239"
layout_width="match_parent"
layout_height="1dp"
layout_margin="26dp"/>
<TextView
id="@+id/gift_msg_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/gifts_received_msg"
style="@style/2132017875"/>
<TextView
ellipsize="end"
id="@+id/gift_msg_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
maxLength="140"
style="@style/2132017876"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
orientation="vertical"
id="@+id/gift_button_area"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_alignParentBottom="true"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<com.scb.phone.view.custom.common.DefaultButton
layout_gravity="end"
id="@+id/gif_button_1"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
NOT_FOUND_0x1a="@string/gift_see_item_details"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/gif_button_2"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="16dp"
layout_below="@+id/gif_button_1"
NOT_FOUND_0x19="@drawable/ripple_rounded_purple"
NOT_FOUND_0x1a="@string/gift_send_thanks"
NOT_FOUND_0x1b="@color/2131100876"/>
<TextView
textColor="#7631c1"
gravity="center_horizontal"
id="@+id/gift_go_to_home"
paddingTop="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/gift_go_to_home"
style="@style/2132017873"/>
</LinearLayout>
</RelativeLayout>