40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/qb_empty_icon_image_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/how_add_account"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/qb_empty_title_text_view_1"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="28dp"
|
|
text="@string/add_account_title_default"
|
|
layout_marginStart="40dp"
|
|
layout_marginEnd="40dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/qb_empty_title_text_view_2"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="10dp"
|
|
text="@string/add_account_description_default"
|
|
layout_marginStart="40dp"
|
|
layout_marginEnd="40dp"
|
|
style="@style/2132017916"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|