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

56 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_error_layout"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="32dp">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/iv_error_icon"
layout_width="120dp"
layout_height="120dp"
layout_marginBottom="16dp"
scaleType="fitXY"/>
<TextView
textColor="#736e78"
layout_gravity="center_horizontal"
id="@+id/tv_error_title"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017880"/>
<TextView
textSize="22sp"
textColor="#959199"
gravity="center"
id="@+id/tv_generic_error"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
paddingStart="36dp"
paddingEnd="36dp"
style="@style/2132017552"/>
</LinearLayout>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_coupon_list"
layout_width="match_parent"
layout_height="wrap_content"
overScrollMode="never"/>
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>