48 lines
1.8 KiB
XML
48 lines
1.8 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">
|
|
<RelativeLayout
|
|
padding="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x11="1"
|
|
NOT_FOUND_0x12="0">
|
|
<ImageView
|
|
id="@+id/img_bank_logo"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
src="@drawable/logo_scb_new"
|
|
contentDescription="@null"
|
|
layout_marginEnd="8dp"/>
|
|
<TextView
|
|
id="@+id/txv_account_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/img_bank_logo"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="left"
|
|
id="@+id/txv_account_number"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/txv_account_name"
|
|
layout_marginStart="8dp"
|
|
layout_toEndOf="@+id/img_bank_logo"
|
|
style="@style/2132017849"/>
|
|
<ImageView
|
|
id="@+id/view_edit"
|
|
background="?attr/selectableItemBackgroundBorderless"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
src="@drawable/ic_close_24dp"
|
|
scaleType="center"
|
|
tint="#7631c1"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
contentDescription="@string/cancel"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|