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

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
gravity="center"
orientation="vertical"
id="@+id/ll_bill_payment_empty_background"
background="#f5f3f6"
padding="16dp"
paddingBottom="1dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
id="@+id/iv_money_required"
paddingTop="8dp"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="90dp"
src="@drawable/money_required"
scaleType="center"/>
<TextView
gravity="center"
id="@+id/tv_bnpl_no_eligible_loan"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/billpayment_bnpl_no_eligible_loan"
style="@style/2132017849"/>
<TextView
gravity="center"
id="@+id/tv_bnpl_no_eligible_loan_btn"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/billpayment_bnpl_no_eligible_loan_btn"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x10="@drawable/icon_scbs_next_arrow_purple"
style="@style/2132017969"/>
</LinearLayout>