aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/post_preview_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/post_preview_fragment.xml')
-rw-r--r--WordPress/src/main/res/layout/post_preview_fragment.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/post_preview_fragment.xml b/WordPress/src/main/res/layout/post_preview_fragment.xml
new file mode 100644
index 000000000..341443776
--- /dev/null
+++ b/WordPress/src/main/res/layout/post_preview_fragment.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <WebView
+ android:id="@+id/webView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scrollbarStyle="outsideInset" />
+
+</FrameLayout> \ No newline at end of file