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

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
orientation="vertical"
id="@+id/ll_root_error_layout"
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_marginTop="40dp"
contentDescription="@null"/>
<TextView
textColor="#736e78"
layout_gravity="center_horizontal"
id="@+id/tv_error_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
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"
layout_marginBottom="16dp"
paddingStart="30dp"
paddingEnd="30dp"
style="@style/2132017552"/>
</LinearLayout>