74 lines
2.7 KiB
XML
74 lines
2.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_background"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/bg_doc_guideline"
|
||
|
adjustViewBounds="true"
|
||
|
NOT_FOUND_0x12="0"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_subtitle"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_document_guidelines_title"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/iv_background"
|
||
|
style="@style/2132017884"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/tv_doc_guideline_subtitle"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/tv_subtitle"
|
||
|
style="@style/2132017952"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_documents_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/tv_doc_guideline_subtitle"/>
|
||
|
<Space
|
||
|
id="@+id/sp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="0dp"
|
||
|
NOT_FOUND_0xd="@+id/fm_layout_button"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0xf="@dimen/2131165451"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/rv_documents_container"/>
|
||
|
<FrameLayout
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/fm_layout_button"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="0">
|
||
|
<Button
|
||
|
id="@+id/btn_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="24dp"
|
||
|
text="@string/next"
|
||
|
style="@style/2132017576"/>
|
||
|
</FrameLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|