39 lines
1.5 KiB
XML
39 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_group_root"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include layout="@layout/2131559376"/>
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
id="@+id/scroll_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.loan.SmeLoanSelectorFragment"
|
||
|
id="@+id/fragment_account_selector"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"/>
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.loan.SmeLoanStatusFragment"
|
||
|
id="@+id/fragment_sme_loan_status"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"/>
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.loan.SmeLoanDetailFragment"
|
||
|
id="@+id/fragment_sme_loan_detail"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</LinearLayout>
|