From d6e3ea3288ea8db0672e10e7578f24bf706aad90 Mon Sep 17 00:00:00 2001 From: Tomiche Max Date: Sat, 24 May 2025 10:55:31 +0200 Subject: [PATCH] feat(ESOB015#challenge2025): Test for usage of Extraneous Animations are now considered as a code smell --- app/src/main/res/animator/fade_in.xml | 7 +++++++ app/src/main/res/animator/fade_out.xml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 app/src/main/res/animator/fade_in.xml create mode 100644 app/src/main/res/animator/fade_out.xml diff --git a/app/src/main/res/animator/fade_in.xml b/app/src/main/res/animator/fade_in.xml new file mode 100644 index 0000000..ddba6de --- /dev/null +++ b/app/src/main/res/animator/fade_in.xml @@ -0,0 +1,7 @@ + + diff --git a/app/src/main/res/animator/fade_out.xml b/app/src/main/res/animator/fade_out.xml new file mode 100644 index 0000000..2ed3a3b --- /dev/null +++ b/app/src/main/res/animator/fade_out.xml @@ -0,0 +1,7 @@ + + \ No newline at end of file