Skip to content

Instantly share code, notes, and snippets.

@varundwarkani
Created June 13, 2021 08:45
Show Gist options
  • Save varundwarkani/af477467f0600a8c88b0c888e590abd0 to your computer and use it in GitHub Desktop.
Save varundwarkani/af477467f0600a8c88b0c888e590abd0 to your computer and use it in GitHub Desktop.
<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