You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am not using DialogActivity everytime. I am using DialogFragment Class.
So can you guide me how to start Morphing Animation with DialogFragment class and what are the changes i need to do in which files ?
To show a dialog i am using following code:
FragmentManager fm = getFragmentManager();
EditDialog dialogFragment = new EditDialog ();
dialogFragment.show(fm, "Edit");
The text was updated successfully, but these errors were encountered:
Hello,
I am not using DialogActivity everytime. I am using DialogFragment Class.
So can you guide me how to start Morphing Animation with DialogFragment class and what are the changes i need to do in which files ?
To show a dialog i am using following code:
The text was updated successfully, but these errors were encountered: