56 lines
2.1 KiB
XML
56 lines
2.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
id="@+id/chubb_review_landing_scroll_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/root_chubb_review"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include
|
||
|
id="@+id/chubb_common_transfer_and_pay_review"
|
||
|
layout="@layout/2131558883"/>
|
||
|
<View
|
||
|
id="@+id/chubb_review_uppper_recycle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
nestedScrollingEnabled="false"/>
|
||
|
<View
|
||
|
id="@+id/chubb_review_line_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<Space
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/button_continue"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
layout_marginBottom="18dp"
|
||
|
text="@string/confirm"
|
||
|
layout_alignParentBottom="true"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="20dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</LinearLayout>
|