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

34 lines
1.0 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"
weightSum="1">
<ImageView
id="@+id/on_boarding_tutorial_image_view"
layout_width="match_parent"
layout_height="0dp"
src="@drawable/white_tutorial_step_5"
adjustViewBounds="true"
layout_weight="0.45"
contentDescription="@null"
paddingStart="24dp"
paddingEnd="24dp"/>
<TextView
gravity="center"
id="@+id/on_boarding_tutorial_text_view_1"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="50dp"
style="@style/2132017888"/>
<TextView
gravity="center"
id="@+id/on_boarding_tutorial_text_view_2"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
style="@style/2132017851"/>
</LinearLayout>