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

40 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerInParent="true"
layout_marginStart="24dp"
layout_marginEnd="24dp">
<ImageView
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/predictive_learn_more"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/landing_page_learn_more_header"
style="@style/2132017837"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/landing_page_learn_more_message"
style="@style/2132017925"/>
</LinearLayout>
</RelativeLayout>