Created
June 13, 2021 08:45
-
-
Save varundwarkani/af477467f0600a8c88b0c888e590abd0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fragment | |
android:id="@+id/callingFragment" | |
android:name="com.dwarsoft.criccrak.fragment.CallingFragment" | |
app:enterAnim="@anim/slide_in_right" | |
app:exitAnim="@anim/slide_out_left" | |
app:popEnterAnim="@anim/slide_in_left" | |
app:popExitAnim="@anim/slide_out_right" | |
tools:layout="@layout/callingFragment"> | |
<action | |
android:id="@+id/action_callingFragment_to_UPIDialogFragment" | |
app:destination="@id/UPIDialogFragment" /> | |
</fragment> | |
<dialog | |
android:id="@+id/UPIDialogFragment" | |
android:name="com.dwarsoft.criccrak.fragment.UPIDialogFragment" | |
android:label="UPIDialogFragment" | |
tools:layout="@layout/dialog_upi" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment