使自定义列表视图对话框看起来像标准对话框列表视图

发布于 2024-12-13 17:51:15 字数 797 浏览 0 评论 0原文

我有一个带有列表视图的对话框,第一个对话框用于选择一个项目,第二个对话框用于编辑对话框。第一个使用没有自定义布局的标准对话框,但对于第二个,我必须使用自定义布局来将图片放置到位(如果有人知道如何使用类型化数组适配器和项目模板填充标准多项选择对话框)让我知道:))。第一个对话框看起来像标准对话框应该看起来像,但是如何让第二个对话框看起来与白色背景、项目之间的线条等相同,并确保即使该对话框发生更改,它也始终看起来像标准对话框。

标准

(来源:filedump.net


<强>自定义

(来源:filedump.net

/Viktor

I have a dialog with a listview, the first dialog is for selecting an item and the second one is when you edit the dialog. The first one uses a standard dialog box with no custom layout but for the second one I had to use a custom layout to get the picture in place (if anyone knows how I can populate a standard multiple choice dialog with an typed arrayadapter and item template let me know :)). The first dialog looks like standard dialog should look like but how can I get the second one to look the same with white background, lines between the items etc and be sure it always looks like the standard one even when that one is changed.

Standard

(source: filedump.net)

Custom

(source: filedump.net)

/Viktor

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-小熊_ 2024-12-20 17:51:15

同样,您需要在创建对话框时使用 setMultiChoiceItems 。我希望这个例子对您有所帮助: Android 多选对话框

以及另请检查此示例: Android:用于选择多个的 Spinner-Like UI选项

For the same, you need to use setMultiChoiceItems while creating dialog. I hope this example helps you: Android Multi selection dialogs

And also check this example: Android: Spinner-Like UI for Selecting Multiple Options

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文