no longer need ffmpeg patch0 which was for Termux
[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
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:app="http://schemas.android.com/apk/res-auto"
5     xmlns:tools="http://schemas.android.com/tools"
6     android:layout_width="match_parent"
7     android:layout_height="match_parent"
8     android:fitsSystemWindows="true"
9     tools:context="com.local.cinermt.MainActivity"
10     android:background="#fdb308">
11
12     <include layout="@layout/content_main" />
13
14 </android.support.design.widget.CoordinatorLayout>