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

103 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/content_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/issue_landing_content_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
style="@style/2132017849"/>
<TextView
id="@+id/content_msg"
background="#ffffff"
padding="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/issue_landing_content_msg"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/content_title"
style="@style/2132017851"/>
<FrameLayout
id="@+id/frameLayout"
background="#ffffff"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/content_msg">
<Button
id="@+id/add_issuer_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="24dp"
text="@string/add_issuer_button"
drawablePadding="-48dp"
drawableStart="@drawable/ic_add_purple"
paddingStart="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
</FrameLayout>
<View
id="@+id/divider2"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x11="@+id/recycler_view_issuer"/>
<include
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/frameLayout"
layout="@layout/2131559301"/>
<include
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/frameLayout"
layout="@layout/2131559159"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_issuer"
background="#ffffff"
scrollbars="vertical"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/frameLayout"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
<Button
id="@+id/next_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/next_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>