switch from eclipse to android studio
[goodguy/cinelerra.git] / CineRmt / app / src / main / res / layout / activity_main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:fitsSystemWindows="true"
8     tools:context="com.local.cinermt.MainActivity"
9     android:background="#fdb308">
10
11     <include layout="@layout/content_main" />
12
13 </android.support.design.widget.CoordinatorLayout>