Hi
I know it should be a weird question but when I add a view (Panel , I did not test other views) with its Top at 85%y and its height being 15%y , It seems there is a tiny space of activity left not covered with the panel.
I am using code like this
Am I missing something or a better method of adding views to activity?
Thanks in advance
I know it should be a weird question but when I add a view (Panel , I did not test other views) with its Top at 85%y and its height being 15%y , It seems there is a tiny space of activity left not covered with the panel.
I am using code like this
B4X:
Activity.AddView(pnl1,0,85%y,100%x,15%y)
Am I missing something or a better method of adding views to activity?
Thanks in advance