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

38 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="0dp"
NOT_FOUND_0xc="@string/appbar_scrolling_view_behavior"
NOT_FOUND_0xe="@+id/button_next"
NOT_FOUND_0x11="@+id/toolbar">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_good_to_know"
paddingBottom="16dp"
scrollbars="none"
clipToPadding="false"
layout_width="match_parent"
layout_height="wrap_content"/>
</androidx.core.widget.NestedScrollView>
<Button
enabled="false"
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp"
text="@string/auto_change_mailing_address_good_to_know_bottom_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>