You can create your own adapter and do whatever formatting you need in
its getView() function.


--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.


On Jun 5, 7:47 am, guruk <ilovesi...@gmail.com> wrote:
> 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