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

74 lines
2.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
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="match_parent"
fillViewport="true"
layout_below="@+id/toolbar">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/etb_eligibility_header"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/etb_eligibility_recycler_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
id="@+id/etb_description_header"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/etb_description_recycler_view"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
gravity="bottom"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<Button
gravity="center"
id="@+id/get_started_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/etb_check_eligibility_get_started"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>