43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/empty_container_relative_layout"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="100dp">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_toStartOf="@+id/empty_button_image_view"
|
||
|
layout_alignParentStart="true">
|
||
|
<TextView
|
||
|
id="@+id/empty_title_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
id="@+id/empty_description_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="3dp"
|
||
|
style="@style/2132017916"/>
|
||
|
</LinearLayout>
|
||
|
<ImageView
|
||
|
id="@+id/empty_button_image_view"
|
||
|
padding="10dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
<View
|
||
|
background="@drawable/ripple_purple"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="100dp"/>
|
||
|
</RelativeLayout>
|