blob: 90165c0079ccf0a9d9eed9ba887dd351ae8d005d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<io.flutter.view.FlutterView
android:id="@+id/flutter_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</LinearLayout>