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

80 lines
3.0 KiB
XML

<?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"
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">
<androidx.constraintlayout.widget.ConstraintLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<ImageView
id="@+id/image_icon"
layout_width="16dp"
layout_height="16dp"
layout_marginTop="6dp"
src="@drawable/ic_account_summary"
scaleType="fitCenter"
contentDescription="@null"
layout_marginEnd="8dp"
NOT_FOUND_0x18="0"
NOT_FOUND_0x1a="@+id/text_account_name"
NOT_FOUND_0x1e="0"/>
<TextView
ellipsize="end"
id="@+id/text_account_name"
layout_width="0dp"
layout_height="wrap_content"
maxLines="1"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x19="@+id/image_icon"
NOT_FOUND_0x1a="@+id/deposit_tag_text_view"
NOT_FOUND_0x1e="0"
style="@style/2132017923"/>
<TextView
id="@+id/text_account_number"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x1c="@+id/text_account_name"
NOT_FOUND_0x1d="@+id/text_account_name"
style="@style/2132017923"/>
<TextView
ellipsize="end"
gravity="center"
id="@+id/deposit_tag_text_view"
background="#7631c1"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
paddingStart="8dp"
paddingEnd="8dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1e="0"
style="@style/2132017896"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<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>