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

64 lines
2.5 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/layout_info"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559657"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_remark"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/label_remark_1"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_review_info_remark_1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/label_remark_2"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_review_info_remark_2"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_bottom"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/button_confirm"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/confirm"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>