I have a Gallery control that displays a ListView as its adapter view.
my problem is that each gallery item (ListView) appears small though I have set the height of the ListView and the Gallery itself to fill_parent.
is there a way to make the ListView take all the available vertical space available for the Gallery ?
Thanks
OK, I found it, I had to set the Layout Paramters of the gallery item programmatically in my adapter class