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

42 lines
1.4 KiB
XML
Raw Permalink 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"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/v_border"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_co_borrower_info"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp">
<TextView
id="@+id/tv_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="2dp"
maxLines="1"
style="@style/2132017876"/>
<TextView
textColor="#c9c6cd"
id="@+id/tv_mobile_number"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017669"/>
</LinearLayout>
<ImageView
id="@+id/delete_image_view"
layout_width="24dp"
layout_height="24dp"
layout_alignTop="@+id/ll_co_borrower_info"
layout_alignBottom="@+id/ll_co_borrower_info"
contentDescription="@null"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
NOT_FOUND_0xe="@drawable/ic_trash"/>
</RelativeLayout>