29 lines
962 B
XML
29 lines
962 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_gravity="center"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
scrollbarThumbVertical="@color/2131099713"
|
|
id="@+id/rvFundDiscover"
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
scrollbars="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"
|
|
fadeScrollbars="false"/>
|
|
<View style="@style/2132018228"/>
|
|
<Button
|
|
id="@+id/btSelect"
|
|
layout_width="match_parent"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/investment_discover_filter_select_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|