Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Support library: FragmentTransaction animations not working
  2. setTransition(FragmentTransaction.TRANSIT_FRAGMENT_FADE)
  3.  
  4. setCustomAnimations(android.R.anim.fade_in, android.R.anim.fade_out)
  5.  
  6. setCustomAnimations(android.R.anim.slide_in_left, android.R.anim.slide_out_right)