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

111 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="@drawable/ripple_rounded_purple"
paddingTop="18dp"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/ebill_icon_image_view"
layout_width="40dp"
layout_height="40dp"
layout_marginTop="8dp"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_marginStart="16dp"
layout_alignParentStart="true"/>
<ImageView
id="@+id/ebill_check_icon_image_view"
visibility="gone"
layout_width="24dp"
layout_height="24dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
layout_alignParentTop="true"
layout_marginStart="-12dp"
layout_toEndOf="@+id/ebill_icon_image_view"/>
<TextView
id="@+id/ebill_title_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_alignParentTop="true"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017876"/>
<TextView
id="@+id/ebill_code_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/ebill_title_text_view"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017952"/>
<TextView
ellipsize="end"
id="@+id/ebill_remark_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
layout_below="@+id/ebill_code_text_view"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017920"/>
<TextView
id="@+id/ebill_value_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/ebill_remark_text_view"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017884"/>
<TextView
id="@+id/ebill_date_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/ebill_value_text_view"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017920"/>
<TextView
id="@+id/ebill_pay_now_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/pay_now"
layout_below="@+id/ebill_date_text_view"
layout_marginStart="24dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017970"/>
<TextView
id="@+id/tv_downtime_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="6dp"
layout_below="@+id/ebill_pay_now_text_view"
layout_marginStart="24dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/ebill_icon_image_view"
style="@style/2132017920"/>
<View
id="@+id/ebill_divider"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="10dp"
layout_below="@+id/tv_downtime_description"
layout_marginStart="16dp"/>
<View
id="@+id/ebill_full_divider"
background="#eae7ec"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"
layout_below="@+id/tv_downtime_description"/>
</RelativeLayout>