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

29 lines
899 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_error_layout"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center_horizontal"
layout_width="16dp"
layout_height="16dp"
src="@drawable/fatca_error_ico"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/custom_error_title"
style="@style/2132017876"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/custom_error_info"
textAlignment="center"
style="@style/2132017876"/>
</LinearLayout>