aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_activity_post_pager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/reader_activity_post_pager.xml')
-rw-r--r--WordPress/src/main/res/layout/reader_activity_post_pager.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/reader_activity_post_pager.xml b/WordPress/src/main/res/layout/reader_activity_post_pager.xml
new file mode 100644
index 000000000..a5bd8ce6a
--- /dev/null
+++ b/WordPress/src/main/res/layout/reader_activity_post_pager.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/root_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <org.wordpress.android.widgets.WPViewPager
+ android:id="@+id/viewpager"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
+ <include
+ android:id="@+id/toolbar"
+ layout="@layout/toolbar" />
+
+ <ProgressBar
+ android:id="@+id/progress_loading"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerInParent="true"
+ android:visibility="gone"
+ tools:visibility="visible" />
+
+</RelativeLayout>