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

28 lines
996 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"
gravity="center_horizontal"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/easycash_empty_icon"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="80dp"
src="@drawable/ic_empty_sales_sheet"/>
<TextView
id="@+id/easycash_empty_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/easycash_car_insurance_sales_sheet_error_title"
style="@style/2132017833"/>
<TextView
id="@+id/easycash_empty_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/easycash_car_insurance_sales_sheet_error_description"
style="@style/2132017844"/>
</LinearLayout>