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

31 lines
1.0 KiB
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"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/empty_state"
background="#ffffff"
visibility="visible"
layout_width="match_parent"
layout_height="112dp">
<TextView
gravity="center"
id="@+id/tv_not_found"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/scbs_account_detail_screen_empty_state"
layout_centerInParent="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<View
layout_width="match_parent"
layout_height="1dp"
layout_alignParentBottom="true"
style="@style/2132018228"/>
</RelativeLayout>
</LinearLayout>