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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -