aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/new_account_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/new_account_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/new_account_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/new_account_activity.xml b/WordPress/src/main/res/layout/new_account_activity.xml
new file mode 100644
index 000000000..87901ea7e
--- /dev/null
+++ b/WordPress/src/main/res/layout/new_account_activity.xml
@@ -0,0 +1,13 @@
+<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.NewUserFragment"
+ android:id="@+id/new_user_page_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</LinearLayout>