Add default animations to gift flow.

fork-5.53.8
Alex Hart 2022-05-16 09:54:46 -03:00 zatwierdzone przez Cody Henthorne
rodzic 2d57cb4ed0
commit 15af1d3bd1
1 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -21,7 +21,11 @@
</action>
<action
android:id="@+id/action_giftFlowStartFragment_to_giftFlowRecipientSelectionFragment"
app:destination="@id/giftFlowRecipientSelectionFragment" />
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" />
</fragment>
<dialog
@ -35,7 +39,11 @@
android:label="GiftFlowRecipientSelectionFragment">
<action
android:id="@+id/action_giftFlowRecipientSelectionFragment_to_giftFlowConfirmationFragment"
app:destination="@id/giftFlowConfirmationFragment" />
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" />
</fragment>
<fragment
android:id="@+id/giftFlowConfirmationFragment"