From 478309a6f52a04cfa8131a1103662d1877ca6c16 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Thu, 15 Aug 2024 15:27:45 +1000 Subject: [PATCH] Clean up --- .../main/res/anim/camera_slide_from_bottom.xml | 8 -------- app/src/main/res/anim/fade_in.xml | 6 ------ app/src/main/res/anim/fade_out.xml | 6 ------ app/src/main/res/anim/fade_scale_in.xml | 17 ----------------- app/src/main/res/anim/slide_from_top.xml | 11 ----------- app/src/main/res/anim/slide_to_top.xml | 7 ------- .../bottom_pause_to_play_animation.xml | 8 -------- .../bottom_play_to_pause_animation.xml | 8 -------- .../main/res/animator/rotate_90_animation.xml | 9 --------- .../res/animator/rotate_minus_90_animation.xml | 9 --------- .../animator/upper_pause_to_play_animation.xml | 8 -------- .../animator/upper_play_to_pause_animation.xml | 8 -------- .../res/drawable/pause_to_play_animation.xml | 18 ------------------ .../res/drawable/play_to_pause_animation.xml | 18 ------------------ 14 files changed, 141 deletions(-) delete mode 100644 app/src/main/res/anim/camera_slide_from_bottom.xml delete mode 100644 app/src/main/res/anim/fade_in.xml delete mode 100644 app/src/main/res/anim/fade_out.xml delete mode 100644 app/src/main/res/anim/fade_scale_in.xml delete mode 100644 app/src/main/res/anim/slide_from_top.xml delete mode 100644 app/src/main/res/anim/slide_to_top.xml delete mode 100644 app/src/main/res/animator/bottom_pause_to_play_animation.xml delete mode 100644 app/src/main/res/animator/bottom_play_to_pause_animation.xml delete mode 100644 app/src/main/res/animator/rotate_90_animation.xml delete mode 100644 app/src/main/res/animator/rotate_minus_90_animation.xml delete mode 100644 app/src/main/res/animator/upper_pause_to_play_animation.xml delete mode 100644 app/src/main/res/animator/upper_play_to_pause_animation.xml delete mode 100644 app/src/main/res/drawable/pause_to_play_animation.xml delete mode 100644 app/src/main/res/drawable/play_to_pause_animation.xml diff --git a/app/src/main/res/anim/camera_slide_from_bottom.xml b/app/src/main/res/anim/camera_slide_from_bottom.xml deleted file mode 100644 index 5d7343cf25..0000000000 --- a/app/src/main/res/anim/camera_slide_from_bottom.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/fade_in.xml b/app/src/main/res/anim/fade_in.xml deleted file mode 100644 index 508f8be39d..0000000000 --- a/app/src/main/res/anim/fade_in.xml +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/app/src/main/res/anim/fade_out.xml b/app/src/main/res/anim/fade_out.xml deleted file mode 100644 index e8f16d01aa..0000000000 --- a/app/src/main/res/anim/fade_out.xml +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/app/src/main/res/anim/fade_scale_in.xml b/app/src/main/res/anim/fade_scale_in.xml deleted file mode 100644 index 0f2def07d3..0000000000 --- a/app/src/main/res/anim/fade_scale_in.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/slide_from_top.xml b/app/src/main/res/anim/slide_from_top.xml deleted file mode 100644 index 761b9151dc..0000000000 --- a/app/src/main/res/anim/slide_from_top.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/slide_to_top.xml b/app/src/main/res/anim/slide_to_top.xml deleted file mode 100644 index cc204acb23..0000000000 --- a/app/src/main/res/anim/slide_to_top.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/animator/bottom_pause_to_play_animation.xml b/app/src/main/res/animator/bottom_pause_to_play_animation.xml deleted file mode 100644 index f5b474bb70..0000000000 --- a/app/src/main/res/animator/bottom_pause_to_play_animation.xml +++ /dev/null @@ -1,8 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/animator/bottom_play_to_pause_animation.xml b/app/src/main/res/animator/bottom_play_to_pause_animation.xml deleted file mode 100644 index 4f2778d685..0000000000 --- a/app/src/main/res/animator/bottom_play_to_pause_animation.xml +++ /dev/null @@ -1,8 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/animator/rotate_90_animation.xml b/app/src/main/res/animator/rotate_90_animation.xml deleted file mode 100644 index 7d44ce6900..0000000000 --- a/app/src/main/res/animator/rotate_90_animation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/animator/rotate_minus_90_animation.xml b/app/src/main/res/animator/rotate_minus_90_animation.xml deleted file mode 100644 index ef9e1b6f1f..0000000000 --- a/app/src/main/res/animator/rotate_minus_90_animation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/animator/upper_pause_to_play_animation.xml b/app/src/main/res/animator/upper_pause_to_play_animation.xml deleted file mode 100644 index 880c7b0b83..0000000000 --- a/app/src/main/res/animator/upper_pause_to_play_animation.xml +++ /dev/null @@ -1,8 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/animator/upper_play_to_pause_animation.xml b/app/src/main/res/animator/upper_play_to_pause_animation.xml deleted file mode 100644 index ffa933231c..0000000000 --- a/app/src/main/res/animator/upper_play_to_pause_animation.xml +++ /dev/null @@ -1,8 +0,0 @@ - - \ No newline at end of file diff --git a/app/src/main/res/drawable/pause_to_play_animation.xml b/app/src/main/res/drawable/pause_to_play_animation.xml deleted file mode 100644 index 4d19dc4f9f..0000000000 --- a/app/src/main/res/drawable/pause_to_play_animation.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/play_to_pause_animation.xml b/app/src/main/res/drawable/play_to_pause_animation.xml deleted file mode 100644 index b8bc7934fe..0000000000 --- a/app/src/main/res/drawable/play_to_pause_animation.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file