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

32 lines
1.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/card_empty_state_image"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="16dp"
src="@drawable/empty_state_icon"
NOT_FOUND_0xc="@+id/card_empty_state_content"
NOT_FOUND_0xd="0"
NOT_FOUND_0xe="0"
NOT_FOUND_0x10="0"/>
<TextView
id="@+id/card_empty_state_content"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/prepaid_travel_wallet_other_currency_wallet_empty_state"
textAlignment="center"
layout_marginStart="24dp"
layout_marginEnd="24dp"
NOT_FOUND_0xb="0"
NOT_FOUND_0xd="0"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="@+id/card_empty_state_image"
style="@style/2132017923"/>
</androidx.constraintlayout.widget.ConstraintLayout>