31 lines
978 B
XML
31 lines
978 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/layout_empty"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
layout_marginTop="24dp"
|
|
src="@drawable/empty_state_icon"/>
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/mw_manage_account_empty_title"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/mw_manage_account_empty_detail"
|
|
layout_marginStart="32dp"
|
|
layout_marginEnd="32dp"
|
|
style="@style/2132017666"/>
|
|
</LinearLayout>
|