26 lines
830 B
XML
26 lines
830 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
padding="20dp"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
minHeight="275dp">
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/error_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/custom_static_error_description"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/error_tap_to_retry"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/custom_static_tap_to_retry"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|