93 lines
3.4 KiB
XML
93 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/biller_grid_layout"
|
|
background="@drawable/ripple_purple"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/biller_avatar_image_view"
|
|
layout_width="50dp"
|
|
layout_height="50dp"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<TextView
|
|
gravity="top|center_horizontal"
|
|
id="@+id/tv_temp_block"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/eligible_temp_disable_text"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"
|
|
style="@style/2132017844"/>
|
|
<TextView
|
|
gravity="top|center_horizontal"
|
|
id="@+id/biller_name_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x14="@+id/biller_avatar_image_view"
|
|
style="@style/2132017844"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<RelativeLayout
|
|
id="@+id/biller_list_layout"
|
|
background="@drawable/ripple_rounded_purple"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/biller_avatar_image_view_list"
|
|
layout_width="50dp"
|
|
layout_height="50dp"
|
|
layout_marginTop="8dp"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="16dp"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/biller_name_text_view_list"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
maxLines="1"
|
|
layout_alignParentTop="true"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toEndOf="@+id/biller_avatar_image_view_list"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/biller_code_text_view_list"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/biller_name_text_view_list"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toEndOf="@+id/biller_avatar_image_view_list"
|
|
style="@style/2132017952"/>
|
|
<View
|
|
id="@+id/biller_divider"
|
|
background="#eae7ec"
|
|
visibility="invisible"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/biller_code_text_view_list"
|
|
layout_marginStart="80dp"/>
|
|
<View
|
|
id="@+id/biller_full_divider"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/biller_name_text_view_list"/>
|
|
</RelativeLayout>
|
|
</FrameLayout>
|