aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/example/src/main/res/layout/activity_new_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/example/src/main/res/layout/activity_new_editor.xml')
-rw-r--r--libs/editor/example/src/main/res/layout/activity_new_editor.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/editor/example/src/main/res/layout/activity_new_editor.xml b/libs/editor/example/src/main/res/layout/activity_new_editor.xml
new file mode 100644
index 000000000..478e491e5
--- /dev/null
+++ b/libs/editor/example/src/main/res/layout/activity_new_editor.xml
@@ -0,0 +1,13 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".EditorActivity">
+
+ <fragment
+ android:id="@+id/postEditor"
+ android:name="org.wordpress.android.editor.EditorFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+</RelativeLayout>