Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set Android Dialog location

I would like my Android Dialogs and/or Alerts to be aligned at the very top of the screen sometimes and not simply in the center. Is this possible? How about giving exact x-y coordinates, is that possible?

like image 312
satur9nine Avatar asked Jan 11 '11 01:01

satur9nine


1 Answers

Check this out:

Positioning a dialog on screen

Transparent Dialog Alignment

This one should give you an idea:

How to change the positioning of a progress dialog?

like image 110
Leniel Maccaferri Avatar answered Oct 12 '22 19:10

Leniel Maccaferri