60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
foreground="@drawable/ripple_rounded_4_purple">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="@drawable/bg_white_rounded"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="5dp"
|
|
minHeight="110dp"
|
|
elevation="2dp">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp">
|
|
<ImageView
|
|
id="@+id/image_icon"
|
|
layout_width="20dp"
|
|
layout_height="20dp"
|
|
layout_marginTop="2dp"
|
|
src="@drawable/ic_scb_wallet_shop"
|
|
scaleType="fitCenter"
|
|
contentDescription="@null"
|
|
layout_marginEnd="8dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/text_account_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
id="@+id/text_account_number"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017923"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<TextView
|
|
layout_gravity="end"
|
|
id="@+id/text_balance"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017890"/>
|
|
</LinearLayout>
|
|
</FrameLayout>
|