what-the-bank/resources/res/layout/2131559759.xml

91 lines
3.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
id="@+id/nested_scrollview"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
layout_below="@+id/text_description_2">
<RelativeLayout
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/image_logo"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_exp"
layout_alignParentTop="true"
layout_marginStart="16dp"/>
<TextView
id="@+id/text_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/mf_onboarding_investment_experience_description_1"
layout_below="@+id/image_logo"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<LinearLayout
id="@+id/layout_experience"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_below="@+id/text_description">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_experience"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
nestedScrollingEnabled="false"
NOT_FOUND_0xf="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x10="2"/>
</LinearLayout>
<TextView
id="@+id/text_description_2"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/mf_onboarding_investment_experience_description_2"
layout_below="@+id/layout_experience"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<LinearLayout
id="@+id/layout_with_holding_tax"
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_below="@+id/text_description_2">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_with_holiding_tax"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
nestedScrollingEnabled="false"
NOT_FOUND_0xf="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x10="2"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/layout_bottom"
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/layout_with_holding_tax">
<Button
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>