From ef92e164c93fffcde4e6ff823ff13079f6acc78d Mon Sep 17 00:00:00 2001 From: AbdallahMehiz Date: Thu, 13 Jun 2024 23:23:15 +0100 Subject: [PATCH] fix: files didn't get added to git --- .../main/res/drawable/anim_play_to_pause.xml | 44 ++++++++++++++++ .../layout/player_double_tap_seek_view.xml | 52 +++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 app/src/main/res/drawable/anim_play_to_pause.xml create mode 100644 app/src/main/res/layout/player_double_tap_seek_view.xml diff --git a/app/src/main/res/drawable/anim_play_to_pause.xml b/app/src/main/res/drawable/anim_play_to_pause.xml new file mode 100644 index 0000000..7685144 --- /dev/null +++ b/app/src/main/res/drawable/anim_play_to_pause.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/player_double_tap_seek_view.xml b/app/src/main/res/layout/player_double_tap_seek_view.xml new file mode 100644 index 0000000..e727211 --- /dev/null +++ b/app/src/main/res/layout/player_double_tap_seek_view.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + \ No newline at end of file