Hi all
I am attempting to centre a view in the left parameter of .AddView:
However, the ad is not appearing in the centre but at the left most position?
Thanks
I am attempting to centre a view in the left parameter of .AddView:
B4X:
Page1.RootPanel.AddView(adTopBanner,(Page1.RootPanel.Width - 320dip) /2 ,0%y,320dip, 50dip)
However, the ad is not appearing in the centre but at the left most position?
Thanks