58 lines
2.1 KiB
XML
58 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_0xa="@+id/card_empty_state_header"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xe="0"/>
|
||
|
<TextView
|
||
|
id="@+id/card_empty_state_header"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_activate_empty_header"
|
||
|
lineSpacingMultiplier="1.2"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xa="@+id/card_empty_state_content"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/card_empty_state_image"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
id="@+id/card_empty_state_content"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/prepaid_activate_empty_message"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xa="@+id/card_empty_state_footer"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+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_activate_contact_message"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/card_empty_state_content"
|
||
|
style="@style/2132017923"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|