26 lines
799 B
XML
26 lines
799 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/root_info_layout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
id="@+id/txv_plan_error_header"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/txv_plan_error_body"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017545"/>
|
||
|
</LinearLayout>
|