请帮我看看,simple_list_item_single_choice显示不了字啊

运行后要按住某一项,才能看见字,这是为什么呢?ArrayListdataList=newArrayList();for(inti=0;i<5;i++){dataList.... 运行后要按住某一项,才能看见字,这是为什么呢?ArrayList dataList = new ArrayList(); for(int i=0; i<5; i++){ dataList.add(i, String.valueOf(i)); } new AlertDialog.Builder(this) .setTitle("title") .setSingleChoiceItems( new ArrayAdapter(this , android.R.layout.simple_list_item_single_choice, dataList), 0, new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { dialog.dismiss(); } }) .setNegativeButton(R.string.str_cancel, null) .show(); 展开
 我来答
匿名用户
2013-11-04
展开全部
用android.R.layout.select_dialog_singlechoice就OK了,不过还是不知道问题的原因,the problems reason maybe that the text color and background of the list items are the same
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-11-04
展开全部
这个可能是你定义的文件名相同吧,所以android系统有时候误以为你设置的是系统默认的。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式