100 lines
3.6 KiB
XML
100 lines
3.6 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/rl_card_dialog"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.ScbRotateLayout
|
|
id="@+id/scb_rotate"
|
|
layout_width="400dp"
|
|
layout_height="500dp"
|
|
layout_marginTop="40dp"
|
|
layout_marginBottom="60dp"
|
|
layout_marginStart="25dp"
|
|
layout_marginEnd="25dp"
|
|
NOT_FOUND_0x18="@integer/2131427465">
|
|
<RelativeLayout
|
|
id="@+id/rl_rotate_card"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/iv_card"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="8dp"
|
|
src="@drawable/default_card"
|
|
scaleType="fitXY"/>
|
|
<TextView
|
|
gravity="center_vertical"
|
|
id="@+id/tv_nickname"
|
|
visibility="invisible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="40dp"
|
|
shadowColor="#000000"
|
|
shadowDx="2"
|
|
shadowDy="2"
|
|
shadowRadius="2"
|
|
layout_alignParentTop="true"
|
|
layout_marginStart="36dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017910"/>
|
|
<TextView
|
|
gravity="center_vertical"
|
|
id="@+id/tv_expired"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
shadowColor="#000000"
|
|
shadowDx="2"
|
|
shadowDy="2"
|
|
shadowRadius="2"
|
|
layout_below="@+id/tv_card_no"
|
|
layout_marginStart="36dp"
|
|
style="@style/2132017905"/>
|
|
<TextView
|
|
gravity="end"
|
|
layout_gravity="bottom"
|
|
id="@+id/tv_point"
|
|
background="@drawable/trapezoid_purple"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="20dp"
|
|
minWidth="@dimen/2131166612"
|
|
layout_alignParentBottom="true"
|
|
paddingStart="16dp"
|
|
style="@style/2132017900"/>
|
|
<TextView
|
|
gravity="center_vertical"
|
|
id="@+id/tv_card_no"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="60dp"
|
|
shadowColor="#000000"
|
|
shadowDx="2"
|
|
shadowDy="2"
|
|
shadowRadius="2"
|
|
layout_below="@+id/tv_nickname"
|
|
layout_marginStart="36dp"
|
|
style="@style/2132017911"/>
|
|
</RelativeLayout>
|
|
</com.scb.phone.view.custom.ScbRotateLayout>
|
|
<LinearLayout
|
|
gravity="center"
|
|
id="@+id/ll_layout_close"
|
|
background="@drawable/black_circular_shape"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
layout_marginBottom="25dp"
|
|
layout_alignParentBottom="true"
|
|
layout_centerHorizontal="true">
|
|
<ImageView
|
|
layout_gravity="center"
|
|
id="@+id/iv_close"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
src="@drawable/ic_close_circle_white"
|
|
scaleType="centerCrop"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|