50 lines
1.7 KiB
XML
50 lines
1.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/txv_card_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/card"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0x11="@+id/layout_card_type"
|
||
|
style="@style/2132017871"/>
|
||
|
<LinearLayout
|
||
|
gravity="end"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/layout_card_type"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xe="@+id/txv_card_label"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x11="0">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_logo"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/logo_scb_new"
|
||
|
scaleType="centerCrop"/>
|
||
|
<TextView
|
||
|
layout_gravity="end"
|
||
|
id="@+id/txv_card_type"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="10dp"
|
||
|
style="@style/2132017881"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/txv_card_number"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x10="@+id/layout_card_type"
|
||
|
style="@style/2132017546"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|