225 lines
8.8 KiB
XML
225 lines
8.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
id="@+id/layout_card_status"
|
||
|
background="#ffffff"
|
||
|
paddingTop="24dp"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_card_lock"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/ic_lock"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_card_lock_temporary"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/prepaid_tab_travel_service_temporary_card_lock"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_toEndOf="@+id/iv_card_lock"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
textColor="#959199"
|
||
|
id="@+id/tv_card_allow_tag"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/prepaid_tab_travel_service_lock_card_inactive"
|
||
|
layout_below="@+id/tv_card_lock_temporary"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_toStartOf="@+id/toggle_card_lock"
|
||
|
layout_toEndOf="@+id/iv_card_lock"
|
||
|
style="@style/2132017873"/>
|
||
|
<androidx.appcompat.widget.SwitchCompat
|
||
|
id="@+id/toggle_card_lock"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
id="@+id/view_separator"
|
||
|
style="@style/2132018228"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_block_online_payment_section"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_block_online_payment"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_marginTop="24dp"
|
||
|
src="@drawable/ic_block_online_payment"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1d="0"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_block_online_payment"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/prepaid_tab_travel_block_online_payment"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="56dp"
|
||
|
layout_toEndOf="@+id/iv_block_online_payment"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1a="@+id/iv_block_online_payment"
|
||
|
NOT_FOUND_0x1d="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
textColor="#959199"
|
||
|
id="@+id/tv_block_online_retrieve_data_error"
|
||
|
paddingBottom="24dp"
|
||
|
visibility="visible"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x17="@+id/iv_reload_block_online_payment"
|
||
|
NOT_FOUND_0x1b="@+id/tv_block_online_payment"
|
||
|
NOT_FOUND_0x1c="@+id/tv_block_online_payment"
|
||
|
style="@style/2132017846"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_reload_block_online_payment"
|
||
|
visibility="gone"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1d="0"/>
|
||
|
<View
|
||
|
id="@+id/vw_separator_retrieve_data_error"
|
||
|
visibility="visible"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1c="@+id/tv_block_online_retrieve_data_error"
|
||
|
style="@style/2132018228"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_domestic_and_international_section"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1c="@+id/tv_block_online_payment">
|
||
|
<View
|
||
|
id="@+id/vw_separator_top_domestic"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1d="0"
|
||
|
style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_domestic_online_payment"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/prepaid_tab_travel_block_domestic_online_payment"
|
||
|
layout_marginStart="64dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x17="@+id/toggle_domestic_block"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1c="@+id/vw_separator_top_domestic"
|
||
|
style="@style/2132017876"/>
|
||
|
<androidx.appcompat.widget.SwitchCompat
|
||
|
id="@+id/toggle_domestic_block"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x15="@+id/vw_separator_top_international"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1d="0"/>
|
||
|
<View
|
||
|
id="@+id/vw_separator_top_international"
|
||
|
layout_marginStart="32dp"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1c="@+id/tv_domestic_online_payment"
|
||
|
style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_international_online_payment"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/prepaid_tab_travel_block_international_online_payment"
|
||
|
layout_marginStart="64dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x17="@+id/toggle_international_block"
|
||
|
NOT_FOUND_0x1b="0"
|
||
|
NOT_FOUND_0x1c="@+id/vw_separator_top_international"
|
||
|
style="@style/2132017876"/>
|
||
|
<androidx.appcompat.widget.SwitchCompat
|
||
|
id="@+id/toggle_international_block"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1d="@+id/vw_separator_top_international"/>
|
||
|
<View
|
||
|
id="@+id/vw_separator_below_international"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x1c="@+id/tv_international_online_payment"
|
||
|
style="@style/2132018228"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<RelativeLayout
|
||
|
id="@+id/layout_reset_card_pin"
|
||
|
background="#ffffff"
|
||
|
paddingTop="24dp"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_reset_card_pin"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/ic_reset_card_pin"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x18="0"
|
||
|
NOT_FOUND_0x1d="0"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_reset_card_pin"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/prepaid_tab_travel_service_reset_card_pin"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_toEndOf="@+id/iv_reset_card_pin"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x1d="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_arrow_reset_card_pin"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_expand_more_black_24dp"
|
||
|
layout_centerVertical="true"
|
||
|
rotation="-90"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
NOT_FOUND_0x15="0"
|
||
|
NOT_FOUND_0x19="0"
|
||
|
NOT_FOUND_0x1d="0"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|