27 lines
1013 B
XML
27 lines
1013 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View style="@style/2132018228"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view_question"
|
||
|
background="#ffffff"
|
||
|
scrollbars="none"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
overScrollMode="never"/>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
id="@+id/submit_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/fatca_question_submit"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|