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

66 lines
2.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
gravity="center"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
orientation="vertical"
id="@+id/ll_account_source"
background="@drawable/bg_white_rounded"
padding="16dp"
clickable="true"
layout_width="@dimen/2131166621"
layout_height="120dp"
layout_margin="5dp"
foreground="@drawable/ripple_rounded_4_purple"
layout_centerInParent="true"
elevation="2dp">
<TextView
ellipsize="end"
id="@+id/tv_account_source_name"
layout_width="match_parent"
layout_height="wrap_content"
lines="1"
style="@style/2132017876"/>
<TextView
id="@+id/tv_account_source_number"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
<TextView
id="@+id/tv_account_source_remaining_balance"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
</LinearLayout>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/ll_bg_account_source_setup_due_date"
background="#b3140b21"
padding="8dp"
visibility="gone"
layout_width="@dimen/2131166621"
layout_height="120dp"
layout_margin="5dp"
layout_centerInParent="true"
elevation="2dp">
<TextView
gravity="center"
id="@+id/tv_account_bnpl_setup_due_date_title"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="3"
style="@style/2132017989"/>
<TextView
gravity="center"
id="@+id/tv_account_bnpl_link"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x11="@drawable/ic_chevron_right_white"
style="@style/2132017990"/>
</LinearLayout>
</RelativeLayout>