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

97 lines
3.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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/duration_section"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xf="@string/loan_duration_title"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/loan_duration_recycler_view"
background="#ffffff"
paddingBottom="16dp"
visibility="gone"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165495"/>
<LinearLayout
orientation="vertical"
id="@+id/detail_section"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/header_one"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xf="@string/details_title"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/custom_overview"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/header_two"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/content_two"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/header_three"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/content_three"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/header_four"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/content_four"
layout_width="match_parent"
layout_height="wrap_content"/>
<include
id="@+id/common_purpose_loan"
layout="@layout/2131558861"/>
</LinearLayout>
<TextView
gravity="center_horizontal"
id="@+id/disclaimer_top"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017674"/>
<Button
id="@+id/recalculate_button"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/easycash_mhmc_feature_information_calculate"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
<Button
id="@+id/next_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="24dp"
text="@string/next_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>