From ac8caa54327322423f5213cad2576e73b25bdef8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 2 Mar 2021 19:29:32 +0100 Subject: [PATCH] adding some animation files --- build.gradle | 2 +- .../res/anim/item_animation_fall_down.xml | 24 +++++++++++++++++++ .../src/main/res/anim/layout_animation.xml | 5 ++++ commons/src/main/res/anim/slide_down.xml | 9 +++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 commons/src/main/res/anim/item_animation_fall_down.xml create mode 100644 commons/src/main/res/anim/layout_animation.xml create mode 100644 commons/src/main/res/anim/slide_down.xml diff --git a/build.gradle b/build.gradle index ce536a37c..5261bfc80 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 21 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 - propVersionName = '5.34.2' + propVersionName = '5.34.3' kotlin_version = '1.4.31' } diff --git a/commons/src/main/res/anim/item_animation_fall_down.xml b/commons/src/main/res/anim/item_animation_fall_down.xml new file mode 100644 index 000000000..8fe046e10 --- /dev/null +++ b/commons/src/main/res/anim/item_animation_fall_down.xml @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/commons/src/main/res/anim/layout_animation.xml b/commons/src/main/res/anim/layout_animation.xml new file mode 100644 index 000000000..2fc110016 --- /dev/null +++ b/commons/src/main/res/anim/layout_animation.xml @@ -0,0 +1,5 @@ + + diff --git a/commons/src/main/res/anim/slide_down.xml b/commons/src/main/res/anim/slide_down.xml new file mode 100644 index 000000000..e79e2df91 --- /dev/null +++ b/commons/src/main/res/anim/slide_down.xml @@ -0,0 +1,9 @@ + + + + +