44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/investment_discover_filter_sub_title"
|
||
|
style="@style/2132017688"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rvFundDiscover"
|
||
|
background="#ffffff"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<Button
|
||
|
id="@+id/btResetToDefault"
|
||
|
layout_width="match_parent"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/investment_discover_filter_reset_button"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/btApply"
|
||
|
layout_width="match_parent"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/ok"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|