Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query : DialogFragment Class #4

Open
sanjanat opened this issue Feb 1, 2017 · 3 comments
Open

Query : DialogFragment Class #4

sanjanat opened this issue Feb 1, 2017 · 3 comments

Comments

@sanjanat
Copy link

sanjanat commented Feb 1, 2017

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");
@magiclonw
Copy link

dialogFragment.setSharedElementEnterTransition
dialogFragment.setSharedElementReturnTransition

@SanjanaTailor
Copy link

Thank you

@magiclonw
Copy link

But need android API L

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants