20 lines
625 B
XML
20 lines
625 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/error_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
layout_centerInParent="true"
|
|
textAlignment="center"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
id="@+id/separator_view"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
</RelativeLayout>
|