Android Question Second CustomListView Problem with divider

Nick McCulloch

Member
Licensed User
Hi all,
I am totally stuck with this and need your help. I have an app which contains 2 CustomlistViews one for Gigs (Which displays fine) and one for "Venues". In the "VenuesList" CustomlistView the divider doesnt display.
In fact , if I set he divider color in the designer the complete panel item background is in the color selected for divider. I dont know what I have done wrong here and am completely stuck on this. Can anyone show me what I have done wrong? I have attached files of the code in question. The screenshot shows the items with the divider color set. The "item" should be a background of White.

Any help?.....
Nick
 

Attachments

  • VenueList.bas
    3.1 KB · Views: 138
  • venues.bal
    2 KB · Views: 122
  • venueitem.bal
    4.5 KB · Views: 131
  • Screenshot_20190403_132745_b4a.example.jpg
    Screenshot_20190403_132745_b4a.example.jpg
    247.4 KB · Views: 143
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Does this have all that is needed?
no. It is missing all layoutfiles and other files in assets if there are any.
Are you sure the files are listred in the files tab? If so then they should have been zipped when using Export as zip.
 
Upvote 0

Nick McCulloch

Member
Licensed User
Ok, Erel has it .. the background was set at default. its now set correctly and working as expected.. Noting this one in BIG BLACK LETTERS for the next one :) Thanks Erel.
 
Upvote 0
Top