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

60 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
NOT_FOUND_0x10="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x18="4"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/layout_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_label_account_info_load_failed_title"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/fixed_account_details_load_error_title"
layout_marginStart="16dp"
NOT_FOUND_0x13="@+id/iv_reload"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
style="@style/2132017849"/>
<TextView
id="@+id/tv_label_account_info_load_failed_subtitle"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/fixed_account_details_load_error_description"
layout_marginStart="16dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="@+id/iv_reload"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/tv_label_account_info_load_failed_title"
NOT_FOUND_0x17="0"
style="@style/2132017920"/>
<ImageView
id="@+id/iv_reload"
background="@drawable/circle_indicator"
layout_width="32dp"
layout_height="32dp"
tint="#ffffff"
contentDescription="@null"
paddingStart="4dp"
paddingEnd="4dp"
layout_marginEnd="16dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x19="@drawable/ic_reload"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>