代码
edtDialog = new AlertDialog.Builder(PG0202ThreadDetailActivity.this);
edtDialog.setTitle(Const.HTTP_KEY_SELECT);
edtDialog.setItems(Const.choices, onselect).create();
edtDialog.show();
图片:

求教各位大神啊,小弟刚入门,不会啊。
如何让图片中的编辑和消除居中显示啊?
------解决方案--------------------
恐怕只能用builder的setAdapter方法或者setView方法了