47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_empty_state"
|
||
|
background="#ffffff"
|
||
|
paddingTop="24dp"
|
||
|
paddingBottom="24dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017666"/>
|
||
|
<RelativeLayout
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/layout_error"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_error_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/cardless_payment_type_speedy_cash_error_title"
|
||
|
layout_alignParentStart="true"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
gravity="left"
|
||
|
id="@+id/tv_error_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/cardless_payment_type_speedy_cash_error_subtitle"
|
||
|
layout_below="@+id/tv_error_title"
|
||
|
style="@style/2132017916"/>
|
||
|
<ImageView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
layout_centerVertical="true"
|
||
|
contentDescription="@null"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|
||
|
</merge>
|