aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml')
-rw-r--r--WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml b/WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml
new file mode 100644
index 000000000..9a22850cc
--- /dev/null
+++ b/WordPress/src/main/res/layout/reader_fragment_photo_viewer.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<org.wordpress.android.ui.reader.views.ReaderPhotoView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/photo_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />