97 lines
4.1 KiB
XML
97 lines
4.1 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"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/custom_toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/fund_details_scrollview"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
|
id="@+id/card_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="3dp"/>
|
|
<me.relex.circleindicator.CircleIndicator
|
|
id="@+id/indicator"
|
|
layout_width="match_parent"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0xd="@drawable/dark_gray_radius"
|
|
NOT_FOUND_0xe="@drawable/gray_radius"/>
|
|
<com.scb.phone.view.custom.common.CustomFundsActions
|
|
gravity="center_horizontal"
|
|
id="@+id/cfa_investment_details"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="4dp"
|
|
paddingEnd="4dp"/>
|
|
<com.scb.phone.view.custom.investment.CustomNewFundsActions
|
|
gravity="center_horizontal"
|
|
id="@+id/cfa_new_investment_details"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"/>
|
|
<fragment
|
|
name="com.scb.phone.view.fragment.investment.funddetails.FundDetailSummaryFragment"
|
|
id="@+id/fragment_card"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"/>
|
|
<include
|
|
id="@+id/custom_progress"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout="@layout/2131559307"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ltf_dividend_container"
|
|
background="#f5f3f6"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/ltf_dividend_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
layout_marginBottom="5dp"
|
|
paddingStart="20dp"
|
|
style="@style/2132017919"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ltf_dividend_fragment_container"
|
|
background="#ffffff"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<com.google.android.material.tabs.TabLayout
|
|
id="@+id/fund_details_tab_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="56dp"
|
|
NOT_FOUND_0xf="@style/2132017510"
|
|
style="@style/2132017164"/>
|
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
|
id="@+id/fund_details_view_pager"
|
|
background="#00000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|