tags:

views:

49

answers:

1

I'm unable to resize and reposition the alert dialog box. Please help me do this!

+1  A: 

I think not possible since the api does not support it.

You should write your own class that extends the dialog or create an activity and use android:theme="@android:style/Theme.Dialog to make it look like a dialog. Then you can use standard techniques for placing widgets.

ArtWorkAD
thnx for advice..
Sudipta for Android