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

31 lines
1004 B
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">
<FrameLayout
id="@+id/pdf_container"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/layout_read"/>
<LinearLayout
gravity="bottom"
orientation="vertical"
id="@+id/layout_read"
layout_width="match_parent"
layout_height="80dp"
layout_alignParentBottom="true">
<Button
id="@+id/btn_read"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/etb_product_catalog_select_account"
style="@style/2132017576"/>
</LinearLayout>
<include
layout_width="match_parent"
layout_height="match_parent"
layout="@layout/2131559304"/>
</RelativeLayout>