Hi

how do I have to change my AlertDialogBuilder to center the Items?

return new AlertDialog.Builder(preferences.this).setTitle("my titel")
  .setItems(daysList, new DialogInterface.OnClickListener() {
      public void onClick(DialogInterface dialog, int which) {
                dbHelper.SetStartWeek(""+which);
}}).create();

Thanks
Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to