commit 67eee83e5322104985b5865de11a308877d2257d
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Oct 28 00:01:09 2020 +0000

    New 'tutorial' activity.

diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 5602d235..614091b9 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -30,7 +30,5 @@
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
-
-        <activity android:name="org.distorted.tutorial.TutorialActivity" android:screenOrientation="portrait"/>
     </application>
 </manifest>
diff --git a/src/main/res/layout/tutorial.xml b/src/main/res/layout/tutorial.xml
deleted file mode 100644
index a40090b0..00000000
--- a/src/main/res/layout/tutorial.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_marginLeft="0dp"
-    android:layout_marginRight="0dp"
-    android:background="@android:color/transparent"
-    android:orientation="vertical" >
-
-    <WebView
-        android:id="@+id/videoview"
-        android:layout_width="match_parent"
-        android:layout_height="0dp"
-        android:layout_weight="1"/>
-
-    <LinearLayout
-        android:id="@+id/lowerPart"
-        android:layout_width="match_parent"
-        android:layout_height="0dp"
-        android:gravity="center"
-        android:layout_weight="1"
-        android:orientation="horizontal"
-        android:background="@android:color/transparent">
-
-        <org.distorted.tutorial.TutorialSurfaceView
-           android:id="@+id/tutorialSurfaceView"
-           android:layout_width="fill_parent"
-           android:layout_height="fill_parent"/>
-
-        <LinearLayout
-           android:id="@+id/rightBar"
-           android:layout_width="200dp"
-           android:layout_height="match_parent"
-           android:orientation="vertical"
-           android:background="@android:color/transparent">
-        </LinearLayout>
-    </LinearLayout>
-</LinearLayout>
\ No newline at end of file
