what-the-bank/resources/res/layout/2131559728.xml

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="24dp">
<ImageView
layout_gravity="center"
id="@+id/qb_empty_icon_image_view"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/how_add_favourite"
contentDescription="@null"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="30dp"
layout_marginBottom="13dp"
text="@string/how_to_add_favourite_top_up"
style="@style/2132017876"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="20dp"
text="@string/how_to_add_favourite_top_up_detail"
style="@style/2132017916"/>
</LinearLayout>
</LinearLayout>