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

86 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_select_account_account_type"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<androidx.core.widget.NestedScrollView
id="@+id/nested_scrollview"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/text_title">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
layout_width="match_parent"
layout_height="wrap_content"
fillViewport="true"
NOT_FOUND_0x10="androidx.recyclerview.widget.LinearLayoutManager"/>
</androidx.core.widget.NestedScrollView>
<RelativeLayout
id="@+id/extra_container"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/nested_scrollview">
<TextView
gravity="center_horizontal"
id="@+id/label_remark_1"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_select_account_remark_1"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<TextView
gravity="center"
id="@+id/label_remark_2"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_select_account_remark_2"
layout_below="@+id/label_remark_1"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<TextView
textColorLink="#7631c1"
gravity="center"
autoLink="web"
id="@+id/label_remark_3"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
text="@string/ntb_select_account_remark_3"
layout_below="@+id/label_remark_2"
layout_centerHorizontal="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</RelativeLayout>
</RelativeLayout>
</ScrollView>
<FrameLayout
id="@+id/select_account_containner"
layout_width="match_parent"
layout_height="match_parent"/>
</RelativeLayout>