21 lines
666 B
XML
21 lines
666 B
XML
<?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>
|