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

94 lines
3.2 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">
<View
id="@+id/divider"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"
style="@style/2132018228"/>
<androidx.constraintlayout.widget.ConstraintLayout
gravity="center"
id="@+id/clError"
background="#ffffff"
paddingBottom="24dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="190dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/divider">
<ImageView
id="@+id/ivError"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="24dp"
src="@drawable/ic_notice"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"/>
<TextView
gravity="center"
id="@+id/tvErrorTitle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/ivError"
style="@style/2132017876"/>
<TextView
gravity="center"
id="@+id/tvErrorDescription"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="24dp"
layout_marginEnd="24dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/tvErrorTitle"
style="@style/2132017945"/>
<LinearLayout
orientation="horizontal"
id="@+id/llMore"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/tvErrorDescription">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/deejung_more_info"
style="@style/2132017970"/>
<ImageView
layout_gravity="center"
layout_width="12dp"
layout_height="12dp"
src="@drawable/ic_arrow_8_purple"
layout_marginStart="8dp"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rvTransactions"
background="#ffffff"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/divider"/>
</androidx.constraintlayout.widget.ConstraintLayout>