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

140 lines
5.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_select_account"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/ndid_idp_select_account_review_selected_account"
textAllCaps="true"
style="@style/2132017849"/>
<View
layout_width="0dp"
layout_height="0dp"
layout_weight="1"/>
<ImageView
id="@+id/iv_edit_btn"
layout_width="24dp"
layout_height="24dp"
src="@drawable/ic_accent_edit"
contentDescription="@null"/>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_select_account_item"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"/>
<TextView
id="@+id/tv_remark_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/purchase_remark"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<TextView
id="@+id/tv_remark"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_terms_conditions"
background="@drawable/bg_white_round_with_bottom_border"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp">
<TextView
id="@+id/tv_terms_and_cond_header"
background="@drawable/bg_fake_white_with_bottom_border"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/terms_and_conditions_title"
textAllCaps="true"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<CheckBox
id="@+id/cb_terms_and_conditions"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
id="@+id/tv_terms_and_cond"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_more_information"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="24dp"
layout_marginStart="24dp"
layout_marginEnd="24dp">
<TextView
id="@+id/tv_more_information"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/ndid_idp_select_account_more_information"
textAlignment="center"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017664"/>
</LinearLayout>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp">
<Button
enabled="false"
id="@+id/btn_submit"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ndid_idp_select_account_review_button"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>