From 997b7be4c005696df91dc1833b4fb4db6c984991 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 18 Nov 2024 00:13:08 +0100 Subject: launcher: Animated vector describing swipe gesture Replace the short video with an animated vector image that shows the swipe gesture. This is much lighter and reliable than the mp4 video, which failed to play on many devices. Source for the image of the key is in inkscape SVG format in srcs/res and is converted to an android drawable when needed. The swipe animation is hand-written. --- res/layout/launcher_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/launcher_activity.xml') diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml index 4e0cc0c..67b3eb6 100644 --- a/res/layout/launcher_activity.xml +++ b/res/layout/launcher_activity.xml @@ -4,7 +4,7 @@