what-the-bank/resources/res/layout/2131559267.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_empty_accounts"
background="@drawable/bg_white_with_border"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<ImageView
layout_width="32dp"
layout_height="32dp"
src="@drawable/empty_state_icon"
contentDescription="@null"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/auto_change_mailing_address_accounts_empty"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<TextView
gravity="center"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017920"/>
</LinearLayout>