80 lines
2.9 KiB
XML
80 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
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="vertical"
|
|
id="@+id/cc_sof_review_items_container"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<View style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/cc_sof_review_remark_layout"
|
|
background="#f5f3f6"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="20sp"
|
|
textColor="#736e78"
|
|
id="@+id/cc_sof_review_remark_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
textAlignment="center"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017670"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
id="@+id/cc_sof_review_tc_layout"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<CheckBox
|
|
id="@+id/cc_sof_review_tc_check"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
button="@drawable/terms_checkbox_selector"
|
|
style="@style/2132017670"/>
|
|
<TextView
|
|
id="@+id/cc_sof_review_tc_text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
includeFontPadding="false"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017670"/>
|
|
</LinearLayout>
|
|
<androidx.legacy.widget.Space
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
layout_gravity="bottom"
|
|
id="@+id/cc_sof_review_continue_btn"
|
|
background="@drawable/bg_button_primary"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="18dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/confirm"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|