53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<?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"
|
|
id="@+id/preview_layout"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/gift_sender_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
textAlignment="center"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
id="@+id/gift_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"
|
|
textAlignment="center"
|
|
style="@style/2132017923"/>
|
|
<com.airbnb.lottie.LottieAnimationView
|
|
id="@+id/gift_animation"
|
|
layout_width="200dp"
|
|
layout_height="200dp"
|
|
layout_marginTop="8dp"/>
|
|
<TextView
|
|
id="@+id/gift_msg"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="50dp"
|
|
textAlignment="center"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
gravity="bottom"
|
|
layout_gravity="bottom"
|
|
id="@+id/gif_open_button"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_margin="16dp"
|
|
layout_alignParentBottom="true"
|
|
NOT_FOUND_0xd="@string/gift_open_button"/>
|
|
</RelativeLayout>
|