54 lines
2.0 KiB
XML
54 lines
2.0 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">
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/root_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
layout_gravity="top"
|
||
|
id="@+id/source_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/from"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017848"/>
|
||
|
<com.google.android.material.tabs.TabLayout
|
||
|
id="@+id/tab_source_of_fund"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
NOT_FOUND_0xc="@color/2131099817"
|
||
|
style="@style/2132017164"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<include layout="@layout/2131560069"/>
|
||
|
<include layout="@layout/2131560068"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/button_continue"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/review"
|
||
|
style="@style/2132017576"/>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/button_add_account"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/account_summary_add_more_account"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|