0

I am having a dialog box which opens on a button click.I want to put animation on the dialog box like it is coming from up to down etc. I applied overridePendingTransition but it doesn't work. Thanks in advance...

Jagdeep Singh
  • 1,200
  • 1
  • 16
  • 34
  • Hi, Did you apply the override immediately *after* starting the activity? i.e; startActivity(blah.class); overridePendingTransition(anim1, anim2); That caught me out once. Failing that- post some code. – BrantApps Oct 09 '12 at 12:41
  • 1
    actually what ever you want is here... http://stackoverflow.com/questions/4817014/animate-a-custom-dialog – Hardikgiri Goswami Oct 09 '12 at 12:54

0 Answers0