41 lines
1.5 KiB
XML
41 lines
1.5 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">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/addition_document_type_header"
|
|
lineSpacingExtra="4sp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view_document"
|
|
background="#ffffff"
|
|
scrollbars="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|