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

21 lines
666 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<FrameLayout
id="@+id/pdf_container"
layout_width="match_parent"
layout_height="match_parent"
layout_above="@+id/next_button"/>
<Button
id="@+id/next_button"
layout_width="match_parent"
layout_height="50dp"
layout_margin="21dp"
text="@string/next"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
style="@style/2132017576"/>
</RelativeLayout>