130 lines
5.8 KiB
XML
130 lines
5.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"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include
|
||
|
id="@+id/toolbar"
|
||
|
layout="@layout/2131559376"/>
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true"
|
||
|
layout_below="@+id/toolbar">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/share_moment_area"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1">
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
background="#353239"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/gift_note_img"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="400dp"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
orientation="vertical"
|
||
|
background="@drawable/dotted_border"
|
||
|
padding="20dp"
|
||
|
focusableInTouchMode="true"
|
||
|
descendantFocusability="beforeDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
scaleType="fitXY"
|
||
|
minHeight="150dp"
|
||
|
textCursorDrawable="@null"
|
||
|
layout_marginStart="70dp"
|
||
|
layout_marginEnd="70dp">
|
||
|
<com.google.android.material.textfield.TextInputEditText
|
||
|
id="@+id/gift_note_input_txt"
|
||
|
background="@android:color/transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
maxLength="140"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017905"/>
|
||
|
<TextView
|
||
|
textStyle="italic"
|
||
|
id="@+id/gift_text_tap_hint"
|
||
|
paddingTop="2dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="5dp"
|
||
|
text="@string/gift_tap_to_edit"
|
||
|
style="@style/2132017894"/>
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/gift_grid_area"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_weight="1">
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
text="@string/gift_background_style"
|
||
|
layout_marginStart="18dp"
|
||
|
style="@style/2132017846"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/gift_note_colors_list"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/buttons_area"
|
||
|
background="#f5f3f6"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/gift_sharing_moment_preview_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
paddingStart="18dp"
|
||
|
paddingEnd="18dp"
|
||
|
layout_marginEnd="18dp"
|
||
|
NOT_FOUND_0x1c="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x1d="@string/gift_preview"
|
||
|
NOT_FOUND_0x1e="@color/2131100876"
|
||
|
style="button"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/gift_sharing_moment_share_button"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
NOT_FOUND_0x1c="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x1d="@string/share"
|
||
|
NOT_FOUND_0x1e="@color/2131099810"/>
|
||
|
</LinearLayout>
|
||
|
<FrameLayout
|
||
|
id="@+id/container"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</RelativeLayout>
|