37 lines
1.3 KiB
XML
37 lines
1.3 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"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<include
|
||
|
id="@+id/viewCustomProgress"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_centerInParent="true"
|
||
|
layout="@layout/2131559301"/>
|
||
|
<include
|
||
|
id="@+id/viewCustomError"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559013"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rvWallet"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0xe="0"/>
|
||
|
<Button
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/btnBuyNewCurrency"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/prepaid_travel_wallet_new_currency_text"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="@+id/rvWallet"
|
||
|
style="@style/2132017536"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|