From 49a6a30773087713d9f5b605377115350ee0453a Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 31 Dec 2023 13:18:15 +0100
Subject: Add an introduction video in the launcher activity
A video is more intuitive than a written description and doesn't need
translations.
---
res/layout/launcher_activity.xml | 21 ++++++++++++---------
res/raw/intro_video.mp4 | Bin 0 -> 123771 bytes
2 files changed, 12 insertions(+), 9 deletions(-)
create mode 100644 res/raw/intro_video.mp4
(limited to 'res')
diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml
index 99fdf83..c007299 100644
--- a/res/layout/launcher_activity.xml
+++ b/res/layout/launcher_activity.xml
@@ -1,10 +1,13 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/raw/intro_video.mp4 b/res/raw/intro_video.mp4
new file mode 100644
index 0000000..9eefe52
Binary files /dev/null and b/res/raw/intro_video.mp4 differ
--
cgit v1.2.3