I've created an anim dir with 2 xml for fadein and fadeout, I solved using it with activities and dialogbuilder:
overridePendingTransition(R.anim.fadein,R.anim.fadeout);
Using this code to go to full screen I don't know how applying a style:
getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
How applying a style to fullscreen?