aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/new_blog_activity.xml
blob: 8bdf62edb83ed0acfe6f4542c0e8ba3823baaffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>