Android Question Cards list

fishwolf

Well-Known Member
Licensed User
Longtime User
Hi,
i use this example for a Cards list

Cards List

How to i can set height of list for admod banner?

If i set this

Set:
CLV1.AsView.Height = Activity.height - 50dip

i have this result

1727277457091.png


last item is cut

Thanks
 

asales

Expert
Licensed User
Longtime User
You need to use the adaptive banners and get the size of the banner.
After that, try something this:
B4X:
CLV1.GetBase.Height = Activity.height - banner.height
CLV1.sv.Height = Activity.height - banner.height
 
Upvote 0

asales

Expert
Licensed User
Longtime User
The example was updated:
 
Upvote 0
Top