android - How to flip a DialogFragment -


enter image description here

i trying animation in dialogfragment please me how this.

i using fragment , attached dialogfragment fragment.

below code (for flip animation) working fine fragment, not working dialogfragment,i have seen dialogfragment extend fragment. expected. , using library.

compile 'com.labo.kaji:fragmentanimations:0.1.1'    @override     public animation oncreateanimation(int transit, boolean enter, int nextanim) {         return flipanimation.create(flipanimation.left, enter, 600); } 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -