59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
|
<?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"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/card_empty_state_image"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="64dp"
|
||
|
src="@drawable/empty_state_icon"
|
||
|
NOT_FOUND_0xb="@+id/card_empty_state_header"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"/>
|
||
|
<TextView
|
||
|
id="@+id/card_empty_state_header"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_request_empty_message"
|
||
|
lineSpacingMultiplier="1.2"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xb="@+id/card_empty_state_content"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="@+id/card_empty_state_image"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
id="@+id/card_empty_state_content"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/debit_card_activation_empty_content"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xb="@+id/card_empty_state_footer"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="@+id/card_empty_state_header"
|
||
|
style="@style/2132017923"/>
|
||
|
<TextView
|
||
|
id="@+id/card_empty_state_footer"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/prepaid_request_contact_message"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="@+id/card_empty_state_content"
|
||
|
style="@style/2132017923"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|