我有一个带有某些项目的TListBox。每个项目都有自己的样式(基本上是两个小矩形颜色和一个文本)。
当我为Windows编译App时,它看起来很棒,但是当我为Android编译时,它只带有一种矩形颜色(灰色)和文本。
ListBox.DefaultItemStyles.Itemstyle设置为:colorlistboxitemstyle
每个ListBoxItemX.StyleLookUp设置为:ListBoxItemXStyleX。
请问,为什么Windows在Windows中看起来不错而在Android中看起来不好?
谢谢!。
答案 0 :(得分:0)
感谢您的答复。
对不起,我的英语不好,我的解释不好...
我想用Firemonkey(Delphi)中的ListView列出一些项目,并且我需要这些项目显示两个颜色方块和一个文本字段。为此,我已经完成了以下配置:
(选择每个链接以查看附件中的图像)
I set itemstyle to colorlistboxitemstyle
By each item, I have done an custom item style
Here you can view the custom style for that item
And I can look the style working correctly in design time
如果我为Win32平台(适用于Windows)编译应用程序,则可以在设计时看到我的应用程序以ListBox样式运行……效果很好。
我不知道为什么...,我正在搜索信息,但找不到解释。
谢谢大家!