250 lines
11 KiB
XML
250 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.google.android.material.appbar.AppBarLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.Toolbar
|
|
id="@+id/toolbar"
|
|
background="?attr/colorPrimary"
|
|
layout_width="match_parent"
|
|
layout_height="?attr/actionBarSize"
|
|
NOT_FOUND_0x2c="@dimen/2131165731">
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="center_vertical"
|
|
id="@+id/tvToolbarTitle"
|
|
layout_width="wrap_content"
|
|
layout_height="match_parent"
|
|
lines="1"/>
|
|
</androidx.appcompat.widget.Toolbar>
|
|
<View style="@style/2132018228"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp">
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
textColorHint="#c9c6cd"
|
|
ellipsize="end"
|
|
id="@+id/etSearch"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
hint="@string/investment_discover_search_fund_hint"
|
|
maxLines="1"
|
|
singleLine="true"
|
|
drawablePadding="8dp"
|
|
imeOptions="actionSearch"
|
|
drawableStart="@drawable/ic_search_24dp"
|
|
paddingEnd="32dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x30="0"
|
|
NOT_FOUND_0x33="@+id/btFilter"
|
|
NOT_FOUND_0x36="0"
|
|
NOT_FOUND_0x38="0"
|
|
style="@style/2132017542"/>
|
|
<ImageButton
|
|
id="@+id/btClear"
|
|
background="?attr/selectableItemBackground"
|
|
padding="12dp"
|
|
visibility="gone"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
src="@drawable/ic_cross_circle"
|
|
scaleType="fitCenter"
|
|
adjustViewBounds="true"
|
|
layout_alignTop="@+id/edit_text"
|
|
layout_alignRight="@+id/edit_text"
|
|
layout_alignBottom="@+id/edit_text"
|
|
layout_alignEnd="@+id/edit_text"
|
|
NOT_FOUND_0x30="0"
|
|
NOT_FOUND_0x35="@+id/etSearch"
|
|
NOT_FOUND_0x38="0"/>
|
|
<ImageButton
|
|
id="@+id/btFilter"
|
|
background="?attr/selectableItemBackgroundBorderless"
|
|
padding="8dp"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
src="@drawable/ic_filter"
|
|
scaleType="fitCenter"
|
|
adjustViewBounds="true"
|
|
layout_alignTop="@+id/edit_text"
|
|
layout_alignRight="@+id/edit_text"
|
|
layout_alignBottom="@+id/edit_text"
|
|
contentDescription="@null"
|
|
layout_marginEnd="8dp"
|
|
layout_alignEnd="@+id/edit_text"
|
|
NOT_FOUND_0x30="0"
|
|
NOT_FOUND_0x35="0"
|
|
NOT_FOUND_0x38="0"/>
|
|
<ImageView
|
|
layout_gravity="end|top"
|
|
id="@+id/ivFilterFlag"
|
|
visibility="gone"
|
|
layout_width="8dp"
|
|
layout_height="8dp"
|
|
layout_marginTop="4dp"
|
|
src="@drawable/filter_applied_indicator"
|
|
layout_marginEnd="4dp"
|
|
NOT_FOUND_0x35="@+id/btFilter"
|
|
NOT_FOUND_0x38="@+id/btFilter"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
NOT_FOUND_0x2f="@string/appbar_scrolling_view_behavior">
|
|
<include
|
|
id="@+id/customProgress"
|
|
layout="@layout/2131559301"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scrollContainer"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layoutContainer"
|
|
visibility="gone"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"
|
|
autoStart="false">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layoutSearchHint"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
divider="@drawable/divider_line"
|
|
showDividers="end"
|
|
dividerPadding="1dp">
|
|
<TextView
|
|
id="@+id/tvSearchHintDescription"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/investment_discover_search_fund_hint_description"
|
|
style="@style/2132017851"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
id="@+id/tvTotalRecords"
|
|
paddingTop="8dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017688"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_gravity="center_vertical"
|
|
id="@+id/layoutEmpty"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<ImageView
|
|
id="@+id/ivError"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
adjustViewBounds="true"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x31="@+id/tvErrorTitle"
|
|
NOT_FOUND_0x32="0"
|
|
NOT_FOUND_0x34="0.5"
|
|
NOT_FOUND_0x36="0"
|
|
NOT_FOUND_0x38="0"
|
|
NOT_FOUND_0x39="0.5"
|
|
NOT_FOUND_0x3a="2"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tvErrorTitle"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x31="@+id/tvErrorDescription"
|
|
NOT_FOUND_0x32="0"
|
|
NOT_FOUND_0x34="0.5"
|
|
NOT_FOUND_0x36="0"
|
|
NOT_FOUND_0x37="@+id/ivError"
|
|
NOT_FOUND_0x39="0.1"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
textColor="#736e78"
|
|
gravity="center"
|
|
id="@+id/tvErrorDescription"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x30="0"
|
|
NOT_FOUND_0x32="0"
|
|
NOT_FOUND_0x34="0.5"
|
|
NOT_FOUND_0x36="0"
|
|
NOT_FOUND_0x37="@+id/tvErrorTitle"
|
|
NOT_FOUND_0x39="0.1"
|
|
style="@style/2132017669"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layoutFunds"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/layoutSortOptions"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.google.android.flexbox.FlexboxLayout
|
|
orientation="horizontal"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x2d="3">
|
|
<Spinner
|
|
id="@+id/spnSortingType"
|
|
background="@drawable/bg_spinner_with_icon"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"/>
|
|
<Spinner
|
|
id="@+id/spnPeriod"
|
|
background="@drawable/bg_spinner_with_icon"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"/>
|
|
</com.google.android.flexbox.FlexboxLayout>
|
|
<View style="@style/2132018229"/>
|
|
</LinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rcvFunds"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"
|
|
NOT_FOUND_0x2e="androidx.recyclerview.widget.LinearLayoutManager"/>
|
|
<View style="@style/2132018228"/>
|
|
<include
|
|
id="@+id/layoutTxnLoading"
|
|
visibility="gone"
|
|
layout="@layout/2131559248"/>
|
|
<Space
|
|
layout_width="match_parent"
|
|
layout_height="32dp"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</FrameLayout>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|