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

32 lines
1.1 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/root_view"
background="#eae7ec"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
gravity="center"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerInParent="true">
<ImageView
id="@+id/empty_image"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/empty_state_icon"/>
<TextView
layout_gravity="center"
id="@+id/description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/opr_not_registered_text"
textAlignment="center"
layout_marginStart="42dp"
layout_marginEnd="42dp"
NOT_FOUND_0xe="@+id/empty_image"
style="@style/2132017873"/>
</LinearLayout>
</RelativeLayout>