I have white background of activity, and holo.light theme is used.
On activity there is Listview with default setup (default color, alpha 255, also tried with explicite white background color).
But fonts on list view are invisible because are also white. I tried to change it like this:
.. but nothing changes, fonts are still white (text is visible when clicked). It's same on simulator (genymotion) or real device.
Changing of textcolor for single line entries in ListView works ok ..
What's wrong?
On activity there is Listview with default setup (default color, alpha 255, also tried with explicite white background color).
But fonts on list view are invisible because are also white. I tried to change it like this:
B4X:
lvFileList.TwoLinesLayout.Label.TextColor=Colors.Black
lvFileList.TwoLinesLayout.Label.TextSize=14
lvFileList.TwoLinesLayout.SecondLabel.TextColor=Colors.Gray
lvFileList.TwoLinesLayout.SecondLabel.TextColor=12
.. but nothing changes, fonts are still white (text is visible when clicked). It's same on simulator (genymotion) or real device.
Changing of textcolor for single line entries in ListView works ok ..
What's wrong?