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

26 lines
799 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>