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

99 lines
3.8 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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"
foreground="@drawable/ripple_rounded_4_purple">
<RelativeLayout
background="@drawable/bg_white_rounded"
paddingTop="16dp"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="5dp"
elevation="2dp">
<RelativeLayout
layout_width="92dp"
layout_height="80dp">
<com.scb.phone.view.custom.common.ImageViewCropStart
id="@+id/iv_card_art"
layout_width="match_parent"
layout_height="match_parent"
scaleType="matrix"/>
<LinearLayout
orientation="horizontal"
id="@+id/credit_card_dots_linear_layout"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentBottom="true"
layout_marginStart="1dp"
layout_alignParentStart="true">
<View
background="@drawable/shape_credit_card_dot"
layout_width="5dp"
layout_height="5dp"
layout_marginBottom="30dp"
layout_marginEnd="5dp"/>
<View
background="@drawable/shape_credit_card_dot"
layout_width="5dp"
layout_height="5dp"
layout_marginEnd="2dp"/>
<View
background="@drawable/shape_credit_card_dot"
layout_width="5dp"
layout_height="5dp"
layout_marginEnd="2dp"/>
<View
background="@drawable/shape_credit_card_dot"
layout_width="5dp"
layout_height="5dp"
layout_marginEnd="2dp"/>
<View
background="@drawable/shape_credit_card_dot"
layout_width="5dp"
layout_height="5dp"/>
</LinearLayout>
<TextView
id="@+id/tv_card_number"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="23dp"
shadowColor="#353239"
shadowDx="2"
shadowDy="2"
shadowRadius="2"
layout_alignParentBottom="true"
layout_marginStart="8dp"
layout_toEndOf="@+id/credit_card_dots_linear_layout"
style="@style/2132017900"/>
</RelativeLayout>
<RelativeLayout
orientation="vertical"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="match_parent"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
ellipsize="end"
gravity="end"
id="@+id/tv_credit_card_reference_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="6dp"
lines="1"
layout_marginStart="82dp"
style="@style/2132017876"/>
<TextView
gravity="end"
id="@+id/tv_tap_view_more_detail"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/prepaid_last_transaction"
layout_below="@+id/tv_credit_card_reference_name"
style="@style/2132017666"/>
</RelativeLayout>
</RelativeLayout>
</FrameLayout>