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

187 lines
7.4 KiB
XML
Raw 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"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/v_left"
layout_width="1dp"
layout_height="wrap_content"
layout_marginEnd="4dp"
NOT_FOUND_0x29="@+id/credit_card_image_view"
NOT_FOUND_0x2c="@+id/credit_card_image_view"/>
<ImageView
id="@+id/credit_card_image_view"
layout_width="240dp"
layout_height="150dp"
adjustViewBounds="true"
contentDescription="@null"
NOT_FOUND_0x2a="0"
NOT_FOUND_0x2d="0"/>
<TextView
textSize="18sp"
textColor="#ffffff"
id="@+id/txv_card_nick_name"
layout_width="wrap_content"
layout_height="22dp"
layout_marginTop="32dp"
shadowColor="#353239"
shadowDx="2"
shadowDy="2"
shadowRadius="2"
layout_marginStart="16dp"
NOT_FOUND_0x2a="@+id/credit_card_image_view"
NOT_FOUND_0x2e="0"
style="@style/2132017985"/>
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="77dp"
paddingStart="16dp"
NOT_FOUND_0x2a="@+id/credit_card_image_view"
NOT_FOUND_0x2e="0">
<TextView
textSize="24sp"
id="@+id/card_number_front_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
shadowColor="#353239"
shadowDx="2"
shadowDy="2"
shadowRadius="2"
layout_marginEnd="8dp"
style="@style/2132017907"/>
<TextView
textSize="24sp"
id="@+id/card_number_2nd_front_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
shadowColor="#353239"
shadowDx="2"
shadowDy="2"
shadowRadius="2"
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="8dp"/>
<include
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="8dp"
layout="@layout/2131559041"/>
<TextView
textSize="24sp"
id="@+id/card_number_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
shadowColor="#353239"
shadowDx="2"
shadowDy="2"
shadowRadius="2"
style="@style/2132017907"/>
</LinearLayout>
<RelativeLayout
id="@+id/card_points_container_relative_layout"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="12dp"
layout_marginStart="0dp"
NOT_FOUND_0x29="@+id/credit_card_image_view"
NOT_FOUND_0x2b="@+id/v_left">
<RelativeLayout
id="@+id/rl_label_point_card"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
id="@+id/iv_label_point_card_extend"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_label_points_card"
tint="#7631c1"
layout_alignTop="@+id/iv_label_point_card"
layout_alignBottom="@+id/iv_label_point_card"
layout_alignParentLeft="true"
contentDescription="@null"
layout_alignParentStart="true"/>
<ImageView
id="@+id/iv_label_point_card"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_label_points_card"
tint="#7631c1"
layout_alignParentLeft="true"
contentDescription="@null"
layout_marginStart="20dp"
layout_alignParentStart="true"/>
</RelativeLayout>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignLeft="@+id/rl_label_point_card"
layout_alignTop="@+id/rl_label_point_card"
layout_alignRight="@+id/rl_label_point_card"
layout_alignBottom="@+id/rl_label_point_card"
layout_alignStart="@+id/rl_label_point_card"
layout_alignEnd="@+id/rl_label_point_card">
<ImageView
id="@+id/iv_gift"
layout_width="12dp"
layout_height="18dp"
src="@drawable/ic_gift"
layout_alignParentLeft="true"
layout_centerVertical="true"
layout_marginStart="10dp"
layout_alignParentStart="true"/>
<TextView
textStyle="bold"
gravity="left"
id="@+id/card_points_text_view"
paddingTop="1dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/default_points"
shadowColor="#353239"
shadowDx="1"
shadowDy="1"
shadowRadius="1"
paddingStart="10dp"
layout_toStartOf="@+id/card_points_label"
layout_toEndOf="@+id/iv_gift"
style="@style/2132017900"/>
<TextView
id="@+id/card_points_label"
paddingTop="1dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/points"
shadowColor="#353239"
shadowDx="1"
shadowDy="1"
shadowRadius="1"
layout_alignParentTop="true"
layout_alignParentRight="true"
textAllCaps="true"
paddingStart="5dp"
layout_marginEnd="15dp"
layout_alignParentEnd="true"
style="@style/2132017895"/>
</RelativeLayout>
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>