From 15af1d3bd15a88afaa1cfe65d2a49ac6c03603a8 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Mon, 16 May 2022 09:54:46 -0300 Subject: [PATCH] Add default animations to gift flow. --- app/src/main/res/navigation/gift_flow.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/navigation/gift_flow.xml b/app/src/main/res/navigation/gift_flow.xml index f090b958c..8e32803f6 100644 --- a/app/src/main/res/navigation/gift_flow.xml +++ b/app/src/main/res/navigation/gift_flow.xml @@ -21,7 +21,11 @@ + app:destination="@id/giftFlowRecipientSelectionFragment" + app:enterAnim="@anim/fragment_open_enter" + app:exitAnim="@anim/fragment_open_exit" + app:popEnterAnim="@anim/fragment_close_enter" + app:popExitAnim="@anim/fragment_close_exit" /> + android:label="GiftFlowRecipientSelectionFragment"> + app:destination="@id/giftFlowConfirmationFragment" + app:enterAnim="@anim/fragment_open_enter" + app:exitAnim="@anim/fragment_open_exit" + app:popEnterAnim="@anim/fragment_close_enter" + app:popExitAnim="@anim/fragment_close_exit" />