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

63 lines
2.0 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="5dp">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<LinearLayout
layout_gravity="center_vertical"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="3dp">
<ImageView
layout_width="13dp"
layout_height="13dp"
layout_marginTop="4dp"
src="@drawable/ic_account_summary"
tint="#959199"
layout_marginEnd="8dp"/>
<TextView
gravity="center_vertical"
id="@+id/deposit_name_text_view"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
</LinearLayout>
<TextView
gravity="end"
id="@+id/deposit_total_amount_text_view"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017888"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="9dp"
layout_marginBottom="9dp"/>
<TextView
gravity="start"
id="@+id/last_transactions_text_view"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
id="@+id/deposit_last_transactions_linear_layout"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>