aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/new_blog_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/new_blog_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/new_blog_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/new_blog_activity.xml b/WordPress/src/main/res/layout/new_blog_activity.xml
new file mode 100644
index 000000000..8bdf62edb
--- /dev/null
+++ b/WordPress/src/main/res/layout/new_blog_activity.xml
@@ -0,0 +1,14 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/main_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/nux_background"
+ android:orientation="vertical">
+
+ <fragment
+ android:name="org.wordpress.android.ui.accounts.NewBlogFragment"
+ android:id="@+id/new_blog_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</LinearLayout> \ No newline at end of file