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

47 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center_vertical"
orientation="horizontal"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_gravity="top"
id="@+id/bulk_transfer_effective_date_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/topup_review_007"
textAllCaps="true"
style="@style/2132017871"/>
<RelativeLayout
gravity="end"
layout_gravity="end"
id="@+id/bulk_transfer_effective_date_layout"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="top"
id="@+id/bulk_transfer_effective_date_image_view"
background="@drawable/check_box_circular_shape"
padding="5dp"
layout_width="24dp"
layout_height="24dp"
src="@drawable/calendar"
contentDescription="@null"
layout_marginEnd="8dp"
layout_toStartOf="@+id/bulk_transfer_effective_date_text"/>
<TextView
ellipsize="end"
gravity="right"
layout_gravity="right"
id="@+id/bulk_transfer_effective_date_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="20 Oct 2017"
layout_alignParentRight="true"
layout_alignParentEnd="true"
style="@style/2132017873"/>
</RelativeLayout>
</LinearLayout>