65 lines
2.4 KiB
XML
65 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/layout_error_text"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x14="@+id/bt_contact_us"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x19="0">
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/error_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017880"/>
|
||
|
<TextView
|
||
|
textColor="#959199"
|
||
|
gravity="center"
|
||
|
id="@+id/txv_generic_error"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
paddingStart="36dp"
|
||
|
paddingEnd="36dp"
|
||
|
style="@style/2132017548"/>
|
||
|
</LinearLayout>
|
||
|
<ImageView
|
||
|
gravity="center"
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/error_icon"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
scaleType="fitXY"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x14="@+id/layout_error_text"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"/>
|
||
|
<Button
|
||
|
id="@+id/bt_contact_us"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/contact_us"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x18="0"
|
||
|
style="@style/2132017576"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|