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

52 lines
1.7 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"
orientation="horizontal"
id="@+id/container_biller"
background="@drawable/ripple_purple_white_bg"
paddingTop="20dp"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/billed_date_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="21dp"
style="@style/2132017876"/>
<TextView
id="@+id/billed_value_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_marginEnd="10dp"
layout_toStartOf="@+id/billed_arrow_image_view"
style="@style/2132017836"/>
<ImageView
textColor="#353239"
id="@+id/billed_arrow_image_view"
layout_width="18dp"
layout_height="18dp"
src="@drawable/ic_arrow_8"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="40dp"
layout_below="@+id/billed_arrow_image_view"
layout_marginStart="16dp"/>
<View
id="@+id/footer_divider_view"
background="#eae7ec"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="40dp"
layout_below="@+id/billed_arrow_image_view"/>
</RelativeLayout>