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/drawable/doc_anim_swipe.xml | 25 +++++++++++++++++++++++++ res/drawable/doc_key_u.xml | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 res/drawable/doc_anim_swipe.xml create mode 100644 res/drawable/doc_key_u.xml (limited to 'res/drawable') diff --git a/res/drawable/doc_anim_swipe.xml b/res/drawable/doc_anim_swipe.xml new file mode 100644 index 0000000..6e91d30 --- /dev/null +++ b/res/drawable/doc_anim_swipe.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/doc_key_u.xml b/res/drawable/doc_key_u.xml new file mode 100644 index 0000000..4a94fe2 --- /dev/null +++ b/res/drawable/doc_key_u.xml @@ -0,0 +1,25 @@ + + + + + + -- cgit v1.2.3