29 lines
1008 B
XML
29 lines
1008 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/easycash_empty_icon"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="32dp"
|
|
src="@drawable/icon_easycash_empty"
|
|
layout_centerHorizontal="true"/>
|
|
<TextView
|
|
id="@+id/easycash_empty_text"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_below="@+id/easycash_empty_icon"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017834"/>
|
|
<TextView
|
|
id="@+id/easycash_empty_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_below="@+id/easycash_empty_text"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017920"/>
|
|
</RelativeLayout>
|