131 lines
5.0 KiB
XML
131 lines
5.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<FrameLayout
|
||
|
layout_gravity="center"
|
||
|
id="@+id/fm_layout_debit_card"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<FrameLayout
|
||
|
padding="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.AdjustableImageView
|
||
|
id="@+id/iv_card"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
layout_gravity="bottom"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="@dimen/2131165306"
|
||
|
layout_alignLeft="@+id/iv_card"
|
||
|
layout_alignRight="@+id/iv_card"
|
||
|
paddingStart="16dp">
|
||
|
<TextView
|
||
|
id="@+id/card_number_front_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
shadowColor="#353239"
|
||
|
shadowDx="2"
|
||
|
shadowDy="2"
|
||
|
shadowRadius="4"
|
||
|
layout_marginEnd="12dp"
|
||
|
style="@style/2132017907"/>
|
||
|
<TextView
|
||
|
id="@+id/card_number_2nd_front_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
shadowColor="#353239"
|
||
|
shadowDx="2"
|
||
|
shadowDy="2"
|
||
|
shadowRadius="4"
|
||
|
layout_marginEnd="3dp"
|
||
|
style="@style/2132017907"/>
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="3dp"/>
|
||
|
<View
|
||
|
background="@drawable/shape_credit_card_dot"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
layout_marginEnd="12dp"/>
|
||
|
<include
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131558982"/>
|
||
|
<TextView
|
||
|
id="@+id/card_number_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
shadowColor="#353239"
|
||
|
shadowDx="2"
|
||
|
shadowDy="2"
|
||
|
shadowRadius="4"
|
||
|
style="@style/2132017907"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
layout_gravity="bottom"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_overlay_container"
|
||
|
background="@drawable/shape_overlay_rounded_bottom"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="60dp"
|
||
|
paddingStart="24dp"
|
||
|
paddingEnd="24dp">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_thumb"
|
||
|
padding="4dp"
|
||
|
layout_width="35dp"
|
||
|
layout_height="35dp"
|
||
|
src="@drawable/ic_lock"
|
||
|
tint="#ffffff"/>
|
||
|
<TextView
|
||
|
textSize="@dimen/2131166587"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_overlay_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017900"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
textColor="#f5f3f6"
|
||
|
id="@+id/tv_nickname"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="45dp"
|
||
|
shadowColor="#353239"
|
||
|
shadowDx="2"
|
||
|
shadowDy="2"
|
||
|
shadowRadius="4"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017899"/>
|
||
|
</FrameLayout>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/tv_point"
|
||
|
background="@drawable/trapezoid_purple"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="@dimen/2131166611"
|
||
|
minWidth="@dimen/2131166612"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017900"/>
|
||
|
</FrameLayout>
|
||
|
</FrameLayout>
|