我可以使用自定义列表显示在警报对话框中吗?
我创建了一个自定义适配器来在可绘制资源的每个列表项中显示不同的图像。 现在,自定义适配器在列表视图中运行良好。 现在我需要在警报对话框或任何其他对话框中显示列表,而不是在其他布局中显示。
I have created a custom adapter to display different images in the each list items from the drawable resource.
Now the custom adapter is working good in a listview.
Now i need to display the list in a alertdialog or any other instead of displaying in another layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其显示在看起来像对话框的常规子活动上。
Display it on a regular subactivity that looks like a dialog instead.
此代码片段显示对话框内的自定义列表...:
This code snippet shows a custom list inside a dialog box... :