aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/welcome_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/welcome_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/welcome_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/welcome_activity.xml b/WordPress/src/main/res/layout/welcome_activity.xml
new file mode 100644
index 000000000..2ed25c69e
--- /dev/null
+++ b/WordPress/src/main/res/layout/welcome_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"
+ android:baselineAligned="true">
+
+ <FrameLayout
+ android:id="@+id/fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</LinearLayout> \ No newline at end of file