switch from eclipse to android studio
[goodguy/cinelerra.git] / CineRmt / app / src / main / res / layout / activity_main.xml
diff --git a/CineRmt/app/src/main/res/layout/activity_main.xml b/CineRmt/app/src/main/res/layout/activity_main.xml
new file mode 100644 (file)
index 0000000..cc20cb3
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:fitsSystemWindows="true"
+    tools:context="com.local.cinermt.MainActivity"
+    android:background="#fdb308">
+
+    <include layout="@layout/content_main" />
+
+</android.support.design.widget.CoordinatorLayout>