what-the-bank/resources/res/layout/2131559884.xml

56 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true"
layout_below="@+id/toolbar">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/fields_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
elevation="2dp">
<include layout="@layout/2131558877"/>
<View
layout_marginTop="16dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<TextView
textColor="#959199"
id="@+id/tv_disclaimer_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017658"/>
</LinearLayout>
<androidx.legacy.widget.Space
id="@+id/space"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
enabled="false"
layout_gravity="bottom"
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/risk_assessment_confirm"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>