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

25 lines
799 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<FrameLayout
id="@+id/pdf_container"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/bt_next"
layout_below="@+id/toolbar"/>
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/scbs_onboarding_product_catalog_next"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>