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

30 lines
1.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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 layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_registration_methods"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
gravity="top|center_horizontal"
id="@+id/tv_disclaimer"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017674"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>