From 958191ef4c6c57a14ccdb13388d5d3423adf733b Mon Sep 17 00:00:00 2001 From: Sanju S Date: Thu, 14 Oct 2021 01:00:48 +0530 Subject: [PATCH 1/2] Update `NavHost` to `AnimatedNavHost` #151 Signed-off-by: Sanju S --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle.kts | 14 +++++++-- app/src/main/AndroidManifest.xml | 1 + .../jetquotes/navigation/NavGraph.kt | 14 ++++----- .../jetquotes/view/MainActivity.kt | 2 -- .../view/favourites/FavouritesScreen.kt | 28 +++++------------ .../jetquotes/view/quotes/QuotesListScreen.kt | 4 ++- app/src/main/res/values/strings.xml | 4 +++ build.gradle.kts | 1 + gradle.properties | 30 ++++++++++++++++++- 12 files changed, 66 insertions(+), 38 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..659bf43 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index e9969a1..fd51e56 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,7 +7,7 @@