listview:2e label color

Cor

Active Member
Licensed User
Longtime User
second label will not change to blue color

B4X:
dim foutView as listView

  foutView.TwoLinesLayout.SecondLabel.Height=100dip
  foutView.TwoLinesLayout.SecondLabel.TextSize=20
  foutView.TwoLinesLayout.SecondLabel.Typeface=Typeface.DEFAULT_BOLD
  foutView.TwoLinesLayout.SecondLabel.color=Colors.Blue

I'am i missing something?
 

klaus

Expert
Licensed User
Longtime User
ScrollViews don't have it, but even with about 100 items they remain usable.
I set the limit of 100 not because memory problems but for easy scrolling, scrolling through 500 items must become annoying.

Best regards.
 
Upvote 0
Top