49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.cardview.widget.CardView
|
||
|
id="@+id/card_view_container"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="6dp"
|
||
|
layout_marginBottom="6dp"
|
||
|
NOT_FOUND_0xd="@dimen/2131165404"
|
||
|
NOT_FOUND_0xe="@dimen/2131165408"
|
||
|
NOT_FOUND_0xf="true">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="vertical"
|
||
|
id="@+id/layout_container"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
minHeight="120dp"
|
||
|
elevation="2dp">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/text_account_name"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
singleLine="true"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/text_account_number"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017925"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/text_account_branch"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
singleLine="true"
|
||
|
style="@style/2132017925"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.cardview.widget.CardView>
|
||
|
</LinearLayout>
|