How to change the color of a list item in Delphi (Firemonkey Android)

How can I change the background color of a ListView element in Firemonkey (Delphi Android)? The list itself may be transparent, but if I add an item, it will have a white background /

+5
source share
2 answers

I think you need to do this in the style designer

Right-click the TListView control and select Change Custom Style. In the tree structure tree, select the itembackground property and set the color to Null.

Remember to select the newly created ListViewStyle in the PropertyLookup parameter of the TListView property

+1

, TImage . .

-2

All Articles