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

35 lines
1.1 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"
gravity="center"
orientation="vertical"
id="@+id/layout_no_available_eligible_account"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="48dp"
layout_height="48dp"
layout_marginTop="16dp"
src="@drawable/empty_state_icon"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/idp_no_available_eligible_account_title"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017876"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/idp_no_available_eligible_account_description"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017666"/>
</LinearLayout>