Sreedev
Sreedev

Reputation: 6653

alertdialogbox should popup from the bottom of the screen?

I have an alert dialog box in my application.i want the alert dialog box to pop up from the bottom of the screen.can anyone help me??

Upvotes: 1

Views: 1143

Answers (3)

Sreedev
Sreedev

Reputation: 6653

I had done this customizing a dialog and adding a animated theme to the dialog. Its was so simple just passing the animation to the constructor of the dialog and calling the super function with the theme(Animation) will make this happen. Thankzz for all your help....happy coding....

Upvotes: 0

droid kid
droid kid

Reputation: 7609

check this answer slide animation. Its like a iphone actionsheet sliding from bottom to center of the screen

Upvotes: 0

BrainCrash
BrainCrash

Reputation: 13172

Animation Api may be what you are looking for.

Upvotes: 1

Related Questions