How to set the position of text message in alert dialog?. I want it to be in the middle
Asked
Active
Viewed 582 times
1
-
I think for that you need to implement Custom Dialog . – milind Sep 17 '11 at 09:59
1 Answers
1
Use AlertDialog.Builder
to build your alert dialog and call setView(View view)
with the view containing your message placed in the center.

Ron
- 24,175
- 8
- 56
- 97