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

40 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/custom_amount_section"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xa="@string/amount_slider_title"/>
<LinearLayout
orientation="vertical"
id="@+id/amount_slider_container"
layout_width="match_parent"
layout_height="wrap_content"/>
<LinearLayout
orientation="horizontal"
id="@+id/more_loan_link"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/offer_more_loan_link"
style="@style/2132017970"/>
<ImageView
layout_gravity="center"
layout_width="12dp"
layout_height="12dp"
src="@drawable/ic_arrow_8_purple"
layout_marginStart="8dp"/>
</LinearLayout>
<include
id="@+id/common_repayment_month"
layout="@layout/2131558862"/>
</LinearLayout>