From 90b92cea213ab546080c2828beb2b217d685badb Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 14 May 2021 19:40:25 +0200 Subject: [PATCH] Code Cleanup - RecyclerView Animation Modified --- .idea/codeStyles/Project.xml | 16 ---------- .idea/compiler.xml | 2 +- .idea/jarRepositories.xml | 5 +++ .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 1 + app/build.gradle | 32 +++++++------------ .../todoapp/fragments/list/ListFragment.kt | 12 +++---- app/src/main/res/anim/from_bottom.xml | 9 ++++++ app/src/main/res/anim/recyclerview_anim.xml | 7 ++++ app/src/main/res/layout/fragment_list.xml | 1 + build.gradle | 10 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 12 files changed, 49 insertions(+), 50 deletions(-) create mode 100644 app/src/main/res/anim/from_bottom.xml create mode 100644 app/src/main/res/anim/recyclerview_anim.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3cc336b..88ea3aa 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,22 +1,6 @@ - - diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..e34606c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d5d35ec..860da66 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@